Bump golangci/golangci-lint-action from 3 to 6 (#209)

* Bump golangci/golangci-lint-action from 3 to 6

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Spence <jspence@anduril.com>
This commit is contained in:
dependabot[bot]
2024-11-22 10:59:49 +11:00
committed by GitHub
parent 9ecd0f357a
commit dc9df9cf2e

View File

@@ -30,9 +30,7 @@ jobs:
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-go@v5'
- uses: 'golangci/golangci-lint-action@v3'
with:
skip-pkg-cache: true
- uses: 'golangci/golangci-lint-action@v6'
test:
needs: 'build'