mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Use the latest version of golangci-lint in action (#1280)
This commit is contained in:
parent
d38d047528
commit
ba997c5710
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.28
|
||||
version: latest
|
||||
tests-on-windows:
|
||||
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
||||
runs-on: windows-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue