We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b6255 commit df68b4fCopy full SHA for df68b4f
.github/workflows/lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
cache: false
25
- uses: actions/checkout@v6
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