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 1b83050 commit e0f8e2fCopy full SHA for e0f8e2f
.github/workflows/codetests.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: go-generate
38
run: GOOS=darwin go generate ./...
39
- name: golangci-lint
40
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v9
41
with:
42
version: 'v2.0'
43
@@ -58,6 +58,6 @@ jobs:
58
59
run: GOOS=linux go generate ./...
60
61
62
63
0 commit comments