We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742e445 commit e10a1ecCopy full SHA for e10a1ec
.github/workflows/build-test-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version-file: go.mod
26
27
- name: Run Golang Linter
28
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v6
29
with:
30
version: latest
31
args: --timeout=5m
.github/workflows/pr.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Golangci linter
0 commit comments