Skip to content

Commit b453151

Browse files
authoredApr 25, 2024··
Bump golangci/golangci-lint-action from 4 to 5
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v5) --- 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 a4a9822 commit b453151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version-file: go.mod
2828
cache: true
2929
- name: golangci-lint
30-
uses: golangci/golangci-lint-action@v4
30+
uses: golangci/golangci-lint-action@v5
3131
with:
3232
args: --timeout 5m0s
3333
skip-cache: true

0 commit comments

Comments
 (0)
Please sign in to comment.