Skip to content

Commit ebd7f91

Browse files
committed
chore: pin golangci-lint to a specific version
- Replace golangci-lint arguments with an explicit version specification Signed-off-by: appleboy <[email protected]>
1 parent 516207b commit ebd7f91

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup golangci-lint
2626
uses: golangci/golangci-lint-action@v8
2727
with:
28-
args: --verbose
28+
version: v2.1
2929
test:
3030
strategy:
3131
matrix:

0 commit comments

Comments
 (0)