mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Bump golangci/golangci-lint-action from 2 to 3.1.0 (#72)
This commit is contained in:
parent
8d24125eee
commit
94b6af6d53
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -24,8 +24,11 @@ jobs: # Docs: <https://git.io/JvxXE>
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-go@v2
|
||||
with: {go-version: 1.17}
|
||||
|
||||
- name: Run linter
|
||||
uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action>
|
||||
uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
|
||||
with:
|
||||
version: v1.44 # without patch version
|
||||
only-new-issues: false # show only new issues if it's a pull request
|
||||
|
Loading…
Reference in New Issue
Block a user