Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 3 to 6 (#209)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and joshuaspence authored Nov 21, 2024
1 parent 9ecd0f3 commit dc9df9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dc9df9c

Please sign in to comment.