Skip to content

Commit f3e49f9

Browse files
committedFeb 20, 2025·
ci: use strict version and pass config
1 parent 28f05e5 commit f3e49f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@v6
2929
with:
30-
version: v1.60
30+
version: v1.64.5
31+
args: --config=./.golangci.yml

0 commit comments

Comments
 (0)
Please sign in to comment.