We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef31b6 commit ca150a0Copy full SHA for ca150a0
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
+ uses: golangci/golangci-lint-action@v0.1.8
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