This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
fix(deps): update kubernetes packages to v0.30.1 #43
go.yaml
on: pull_request
golangci-lint
1m 8s
tests
1m 9s
Annotations
11 errors
golangci-lint:
cmd/main.go#L29
could not import github.com/anza-labs/lke-operator/internal/controller (-: # github.com/anza-labs/lke-operator/internal/controller
|
golangci-lint:
internal/controller/lkeclusterconfig.go#L99
cannot use &linodego.LKEClusterControlPlane{…} (value of type *linodego.LKEClusterControlPlane) as *linodego.LKEClusterControlPlaneOptions value in assignment
|
golangci-lint:
internal/controller/lkeclusterconfig.go#L397
cannot use &linodego.LKEClusterControlPlane{…} (value of type *linodego.LKEClusterControlPlane) as *linodego.LKEClusterControlPlaneOptions value in assignment) (typecheck)
|
golangci-lint:
internal/controller/lkeclusterconfig.go#L99
cannot use &linodego.LKEClusterControlPlane{…} (value of type *linodego.LKEClusterControlPlane) as *linodego.LKEClusterControlPlaneOptions value in assignment
|
golangci-lint:
internal/controller/lkeclusterconfig.go#L397
cannot use &linodego.LKEClusterControlPlane{…} (value of type *linodego.LKEClusterControlPlane) as *linodego.LKEClusterControlPlaneOptions value in assignment
|
golangci-lint:
internal/controller/lkeclusterconfig_test.go#L203
invalid operation: opts.ControlPlane.HighAvailability != tc.expectedHA (mismatched types *bool and bool) (typecheck)
|
golangci-lint
issues found
|
tests:
internal/controller/lkeclusterconfig.go#L99
cannot use &linodego.LKEClusterControlPlane{…} (value of type *linodego.LKEClusterControlPlane) as *linodego.LKEClusterControlPlaneOptions value in assignment
|
tests:
internal/controller/lkeclusterconfig.go#L397
cannot use &linodego.LKEClusterControlPlane{…} (value of type *linodego.LKEClusterControlPlane) as *linodego.LKEClusterControlPlaneOptions value in assignment
|
tests
cannot use &linodego.LKEClusterControlPlane{…} (value of type *linodego.LKEClusterControlPlane) as *linodego.LKEClusterControlPlaneOptions value in assignment
|
tests
Process completed with exit code 2.
|