We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be274dc commit 8d495f6Copy full SHA for 8d495f6
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: golangci/golangci-lint-action@v3
47
with:
48
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
49
- version: v1.46
+ version: v1.50
50
args: --timeout=10m
51
52
docker:
0 commit comments