We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd5f5f commit ca114a4Copy full SHA for ca114a4
.github/workflows/lint.yaml
@@ -56,7 +56,7 @@ jobs:
56
uses: golangci/golangci-lint-action@v6
57
with:
58
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
59
- version: v1.55
+ version: v1.63
60
61
# Optional: golangci-lint command line arguments.
62
args: --config=.golangci.yml
0 commit comments