We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5865406 commit 9a05341Copy full SHA for 9a05341
.github/workflows/codequality.yml
@@ -31,7 +31,7 @@ jobs:
31
cache: false
32
- uses: actions/checkout@v4
33
- name: golangci-lint
34
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
35
with:
36
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
37
version: v1.55
0 commit comments