Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This metallb-operator v0.12 is using go v1.16, however, the lint lane in the CI is installing the latest go. This change fixes the version to v1.16 by first downloading go v1.16 using actions/setup-go@v2, and then calling golangci-lint with the skip-go-installation: true. This solution was recommended here: golangci/golangci-lint-action#75
- Loading branch information