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:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user