Skip to content

Commit 4ff3408

Browse files
committed
fix golangci-lint version
1 parent 944493c commit 4ff3408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v7
2525
with:
26-
version: v2.0
26+
version: latest
2727
args: >
2828
--enable govet
2929
--enable staticcheck

0 commit comments

Comments
 (0)