mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-12 07:00:07 +00:00
Support latest tag for golangci-lint version (#64)
This commit is contained in:
parent
b026646c83
commit
809d3b078b
5 changed files with 77 additions and 27 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -20,6 +20,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
with:
|
||||
version: v1.29
|
||||
version: latest
|
||||
args: --issues-exit-code=0 ./sample/...
|
||||
only-new-issues: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue