We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae67358 commit d8110cfCopy full SHA for d8110cf
.github/workflows/codetests.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: go-test
19
run: go test ./pkg/...
20
- name: golangci-lint
21
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v7
22
with:
23
version: 'v1.55'
0 commit comments