Open architkulkarni opened 6 days ago
Currently CI is broken with lint failures, as proved by trivial doc commits, for example https://github.com/containerd/go-cni/actions/runs/11523576454/job/32081885304
This PR updates the setup-go, checkout and golangci-lint-action versions to match those in the containerd repo. This fixes the issue.
setup-go
checkout
golangci-lint-action
ayup.. ci is busted..
This ci.yml should probably look more like https://github.com/containerd/plugin/blob/main/.github/workflows/ci.yml
@mikebrow Okay it worked!
@mikebrow is this okay to merge?
Currently CI is broken with lint failures, as proved by trivial doc commits, for example https://github.com/containerd/go-cni/actions/runs/11523576454/job/32081885304
This PR updates the
setup-go
,checkout
andgolangci-lint-action
versions to match those in the containerd repo. This fixes the issue.