containerd / go-cni

A generic CNI library to provide APIs for CNI plugin interactions
Apache License 2.0
146 stars 56 forks source link

Bump github actions dependencies to match containerd CI repo and fix lint #122

Open architkulkarni opened 6 days ago

architkulkarni commented 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.

mikebrow commented 6 days ago

ayup.. ci is busted..

mikebrow commented 6 days ago

This ci.yml should probably look more like https://github.com/containerd/plugin/blob/main/.github/workflows/ci.yml

architkulkarni commented 6 days ago

@mikebrow Okay it worked!

architkulkarni commented 2 days ago

@mikebrow is this okay to merge?