Bump github actions dependencies to match containerd CI repo and fix lint #239
Annotations
10 errors and 1 warning
src/github.com/containerd/go-cni/cni_test.go#L60
mockCNI.On undefined (type *MockCNI has no field or method On) (typecheck)
|
src/github.com/containerd/go-cni/cni_test.go#L68
mockCNI.On undefined (type *MockCNI has no field or method On) (typecheck)
|
src/github.com/containerd/go-cni/cni_test.go#L77
mockCNI.On undefined (type *MockCNI has no field or method On) (typecheck)
|
src/github.com/containerd/go-cni/cni_test.go#L384
m.Called undefined (type *MockCNI has no field or method Called) (typecheck)
|
src/github.com/containerd/go-cni/cni_test.go#L389
m.Called undefined (type *MockCNI has no field or method Called) (typecheck)
|
src/github.com/containerd/go-cni/cni_test.go#L394
m.Called undefined (type *MockCNI has no field or method Called) (typecheck)
|
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/slices/iter.go#L50
cannot range over seq (variable of type iter.Seq[E]) (typecheck)
|
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/maps/iter.go#L51
cannot range over seq (variable of type iter.Seq2[K, V]) (typecheck)
|
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/os/stat_linux.go#L47
not enough arguments in call to time.Unix
|
pkg/mod/github.com/containernetworking/[email protected]/pkg/invoke/exec.go#L183
cannot use &DefaultExec{} (value of type *DefaultExec) as Exec value in variable declaration: *DefaultExec does not implement Exec (missing method Decode) (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. 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