We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dd88f commit d80d1ceCopy full SHA for d80d1ce
.github/workflows/golangci-lint.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
32
with:
33
# Required: the version of golangci-lint is required; we pin a specific patch version for reproducible results.
34
- version: v2.11.1
+ version: v2.11.2
35
36
args: --timeout=10m --config=.golangci.json
37
0 commit comments