Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.3.0 to 6.0.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v5.3.0...v6.0.1)

---
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>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent f33eccc commit 163c9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
- uses: golangci/golangci-lint-action@v5.3.0
- uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.57.2
- run: go test ./...
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
- uses: golangci/golangci-lint-action@v5.3.0
- uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.57.2
skip-pkg-cache: true
Expand Down

0 comments on commit 163c9e2

Please sign in to comment.