We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5dc9e commit d2d4357Copy full SHA for d2d4357
.github/workflows/ci-pr.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: golangci/golangci-lint-action@v6
22
with:
23
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
24
- version: v1.64.8
+ version: v2.11.3
25
args: --timeout 10m
26
go-unit-test:
27
runs-on: ubuntu-latest
.github/workflows/ci-release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- version: v1.57.2
needs: [style-check]
0 commit comments