Skip to content

Commit dc9df9c

Browse files
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](golangci/golangci-lint-action@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] <[email protected]> * Update config --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Spence <[email protected]>
1 parent 9ecd0f3 commit dc9df9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
steps:
3131
- uses: 'actions/checkout@v4'
3232
- uses: 'actions/setup-go@v5'
33-
- uses: 'golangci/golangci-lint-action@v3'
34-
with:
35-
skip-pkg-cache: true
33+
- uses: 'golangci/golangci-lint-action@v6'
3634

3735
test:
3836
needs: 'build'

0 commit comments

Comments
 (0)