Skip to content

Commit 30a9ad7

Browse files
committed
Set explicit golangci-lint version
1 parent 4b7ffe6 commit 30a9ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Lint
2222
uses: golangci/golangci-lint-action@v6
2323
with:
24-
version: latest
24+
version: v2.13.2
2525
args: --timeout 10m
2626

2727
- name: Vet

0 commit comments

Comments
 (0)