bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.64k stars 508 forks source link

Update golangci/golangci-lint-action to v6 #4013

Closed larvacea closed 3 months ago

larvacea commented 4 months ago

Description of changes:

Update golangci-lint workflow to use golangci/golangci-lint-action@v6 rather than v4.

Update linter configuration golang-ci.yaml to use the linter name govet rather than vet, since vet is deprecated.

Testing done:

Manual cargo make check-golangci-lint found no problems. This pull request should run the GitHub workflow.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.