We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5071cac commit f610462Copy full SHA for f610462
.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@v6
+ uses: golangci/golangci-lint-action@v7
41
with:
42
version: 'v1.62'
43
@@ -58,6 +58,6 @@ jobs:
58
59
run: GOOS=linux go generate ./...
60
61
62
63
0 commit comments