Adding OS/Arch Support #214
build-test.yaml
on: pull_request
Lint Go code
6m 51s
Run unit tests for Go packages
1m 34s
Matrix: Build Images
Annotations
14 errors and 2 warnings
Run unit tests for Go packages:
pkg/client/acr/types.go#L21
acrClient redeclared in this block
|
Run unit tests for Go packages:
pkg/client/acr/auth.go#L141
other declaration of acrClient
|
Run unit tests for Go packages:
pkg/client/acr/acr.go#L101
cannot use client (variable of type *acrClient) as autorest.Sender value in argument to autorest.SendWithSender: *acrClient does not implement autorest.Sender (missing method Do)
|
Run unit tests for Go packages:
pkg/client/acr/acr.go#L102
client.RetryAttempts undefined (type *acrClient has no field or method RetryAttempts)
|
Run unit tests for Go packages:
pkg/client/acr/acr.go#L102
client.RetryDuration undefined (type *acrClient has no field or method RetryDuration)
|
Run unit tests for Go packages:
pkg/client/acr/auth.go#L51
cannot convert tokenFunc (variable of type func(something string, host string) (string, error)) to type autorest.BearerAuthorizerCallbackFunc
|
Run unit tests for Go packages:
pkg/client/acr/auth.go#L87
cannot convert tokenFunc (variable of type func(somthing string, host string) (string, error)) to type autorest.BearerAuthorizerCallbackFunc
|
Run unit tests for Go packages:
pkg/client/acr/auth.go#L113
cannot convert tokenFunc (variable of type func() (string, error)) to type autorest.BearerAuthorizerCallbackFunc
|
Run unit tests for Go packages:
pkg/client/gcr/types.go#L59
method Client.Tags already declared at pkg/client/gcr/gcr.go:29:18
|
Run unit tests for Go packages:
pkg/client/gcr/types.go#L63
c.listGCRTags undefined (type *Client has no field or method listGCRTags)
|
Lint Go code:
pkg/client/gcr/gar.go#L1
: # github.com/jetstack/version-checker/pkg/client/gcr [github.com/jetstack/version-checker/pkg/client/gcr.test]
|
Lint Go code:
pkg/client/gcr/types.go#L59
method Client.Tags already declared at pkg/client/gcr/gcr.go:29:18
|
Lint Go code:
pkg/client/gcr/types.go#L63
c.listGCRTags undefined (type *Client has no field or method listGCRTags) (typecheck)
|
Lint Go code:
pkg/controller/nodes/nodes.go#L29
Error return value of `nodeInformer.AddEventHandler` is not checked (errcheck)
|
Run unit tests for Go packages
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint Go code
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|