We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aeeb84 commit f1a0725Copy full SHA for f1a0725
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
go-version-file: go.mod
54
cache: false
55
- name: golangci-lint
56
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
57
with:
58
version: v1.64
59
args: --allow-parallel-runners=true --tests=false --timeout=5m
0 commit comments