Skip to content

Commit

Permalink
docs: fix version, @v0 doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed May 7, 2020
1 parent 1ef31b6 commit ca150a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v0
uses: golangci/golangci-lint-action@v0.1.8
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.26
Expand Down

0 comments on commit ca150a0

Please sign in to comment.