Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55e3c38

Browse files
authoredJun 11, 2024··
build(deps): bump golangci/golangci-lint-action from 5 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...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>
1 parent 0c79c08 commit 55e3c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
go-version: 1.22.x
6161
cache: false # managed by golangci-lint
6262

63-
- uses: golangci/golangci-lint-action@v5
63+
- uses: golangci/golangci-lint-action@v6
6464
name: Install golangci-lint
6565
with:
6666
version: latest

0 commit comments

Comments
 (0)
Please sign in to comment.