Skip to content

Commit 7915147

Browse files
Bump golangci/golangci-lint-action from 3 to 4 (#176)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0323990 commit 7915147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Staticcheck
2929
run: make staticcheck
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v3
31+
uses: golangci/golangci-lint-action@v4
3232
with:
3333
version: latest
3434
skip-pkg-cache: true

0 commit comments

Comments
 (0)