Skip to content

Adding OS/Arch Support #209

Adding OS/Arch Support

Adding OS/Arch Support #209

Triggered via pull request July 9, 2024 10:07
Status Cancelled
Total duration 6m 34s
Artifacts

build-test.yaml

on: pull_request
Lint Go code
6m 22s
Lint Go code
Run unit tests for Go packages
1m 34s
Run unit tests for Go packages
Matrix: Build Images
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
Run unit tests for Go packages: pkg/client/acr/auth.go#L35
undefined: azidentity.TokenRequestOptions
Run unit tests for Go packages: pkg/client/acr/auth.go#L69
undefined: azidentity.TokenRequestOptions
Lint Go code
Canceling since a higher priority waiting request for 'Test & Build-refs/pull/212/merge' exists
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#L28
New redeclared in this block
Lint Go code: pkg/client/gcr/gcr.go#L29
other declaration of New
Lint Go code: pkg/client/gcr/types.go#L55
method Client.Name already declared at pkg/client/gcr/gcr.go:38:18
Lint Go code: pkg/client/gcr/types.go#L59
method Client.Tags already declared at pkg/client/gcr/gcr.go:42:18
Lint Go code: pkg/client/gcr/types.go#L63
c.listGCRTags undefined (type *Client has no field or method listGCRTags)
Lint Go code: pkg/client/gcr/gcr.go#L32
unknown field Client in struct literal of type Client (typecheck)
Lint Go code: pkg/controller/nodes/nodes.go#L29
Error return value of `nodeInformer.AddEventHandler` is not checked (errcheck)
Lint Go code
The operation was canceled.
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/