Fix bearerauth example #1522
Annotations
23 errors and 4 warnings
go vet
cannot use tp.Client() (value of type *http.Client) as string value in argument to jira.NewClient
|
go vet
Process completed with exit code 2.
|
Unit tests (1.18, ubuntu-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use tp.Client() (value of type *http.Client) as type string in argument to jira.NewClient
|
Unit tests (1.18, ubuntu-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use jiraURL (variable of type string) as type *http.Client in argument to jira.NewClient
|
Unit tests (1.18, ubuntu-latest)
Process completed with exit code 2.
|
Unit tests (1.19, ubuntu-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use tp.Client() (value of type *http.Client) as type string in argument to jira.NewClient
|
Unit tests (1.19, ubuntu-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use jiraURL (variable of type string) as type *http.Client in argument to jira.NewClient
|
Unit tests (1.19, ubuntu-latest)
Process completed with exit code 2.
|
Unit tests (1.19, macOS-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use tp.Client() (value of type *http.Client) as type string in argument to jira.NewClient
|
Unit tests (1.19, macOS-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use jiraURL (variable of type string) as type *http.Client in argument to jira.NewClient
|
Unit tests (1.19, macOS-latest)
Process completed with exit code 2.
|
Unit tests (1.18, macOS-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use tp.Client() (value of type *http.Client) as type string in argument to jira.NewClient
|
Unit tests (1.18, macOS-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use jiraURL (variable of type string) as type *http.Client in argument to jira.NewClient
|
Unit tests (1.18, macOS-latest)
Process completed with exit code 2.
|
staticcheck:
onpremise/examples/bearerauth/main.go#L18
cannot use tp.Client() (value of type *http.Client) as type string in argument to jira.NewClient
|
staticcheck:
onpremise/examples/bearerauth/main.go#L18
cannot use jiraURL (variable of type string) as type *http.Client in argument to jira.NewClient (compile)
|
staticcheck
Process completed with exit code 1.
|
Unit tests (1.18, windows-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use tp.Client() (value of type *http.Client) as type string in argument to jira.NewClient
|
Unit tests (1.18, windows-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use jiraURL (variable of type string) as type *http.Client in argument to jira.NewClient
|
Unit tests (1.18, windows-latest)
Process completed with exit code 1.
|
Unit tests (1.19, windows-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use tp.Client() (value of type *http.Client) as type string in argument to jira.NewClient
|
Unit tests (1.19, windows-latest):
onpremise/examples/bearerauth/main.go#L18
cannot use jiraURL (variable of type string) as type *http.Client in argument to jira.NewClient
|
Unit tests (1.19, windows-latest)
Process completed with exit code 1.
|
go vet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests (1.18, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
go fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests (1.19, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|