Skip to content

Commit ce6c45c

Browse files
authored
Use golangci/golangci-lint-action@v6
1 parent 2b01345 commit ce6c45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: false
1919

2020
- name: Lint
21-
uses: golangci/golangci-lint-action@v3
21+
uses: golangci/golangci-lint-action@v6
2222
with:
2323
version: latest
2424
only-new-issues: true

0 commit comments

Comments
 (0)