Merge pull request #112 from caddyserver/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
This commit is contained in:
commit
0e22ef58bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
cache: false
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.55.2
|
||||
args: --timeout 10m
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue