We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c029cf9 commit b95b937Copy full SHA for b95b937
.github/workflows/lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
cache: false
25
- uses: actions/checkout@v5
26
- name: golangci-lint
27
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v9
28
with:
29
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
30
version: v2.0.2
0 commit comments