We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348830f commit b66692bCopy full SHA for b66692b
README.md
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v2
29
- name: golangci-lint
30
- uses: golangci/golangci-lint-action@v0.2.0
+ uses: golangci/golangci-lint-action@v1
31
with:
32
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
33
version: v1.26
0 commit comments