We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e54180 commit 3993902Copy full SHA for 3993902
.github/workflows/check-go-task.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: golangci-lint
117
uses: golangci/golangci-lint-action@v6
118
with:
119
- version: v1.63
+ version: v1.64.5
120
121
- name: Check style
122
env:
.golangci.yml
@@ -1,6 +1,6 @@
1
run:
2
timeout: 10m
3
- go: "1.22"
+ go: "1.24"
4
tests: true
5
6
linters:
0 commit comments