Adding OS/Arch Support #214
Annotations
10 errors and 1 warning
pkg/client/acr/types.go#L21
acrClient redeclared in this block
|
pkg/client/acr/auth.go#L141
other declaration of acrClient
|
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)
|
pkg/client/acr/acr.go#L102
client.RetryAttempts undefined (type *acrClient has no field or method RetryAttempts)
|
pkg/client/acr/acr.go#L102
client.RetryDuration undefined (type *acrClient has no field or method RetryDuration)
|
pkg/client/acr/auth.go#L51
cannot convert tokenFunc (variable of type func(something string, host string) (string, error)) to type autorest.BearerAuthorizerCallbackFunc
|
pkg/client/acr/auth.go#L87
cannot convert tokenFunc (variable of type func(somthing string, host string) (string, error)) to type autorest.BearerAuthorizerCallbackFunc
|
pkg/client/acr/auth.go#L113
cannot convert tokenFunc (variable of type func() (string, error)) to type autorest.BearerAuthorizerCallbackFunc
|
pkg/client/gcr/types.go#L59
method Client.Tags already declared at pkg/client/gcr/gcr.go:29:18
|
pkg/client/gcr/types.go#L63
c.listGCRTags undefined (type *Client has no field or method listGCRTags)
|
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/
|
This job failed
Loading