mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-05 00:40:24 +00:00
build(deps): bump golangci/golangci-lint-action from 3 to 4 (#176)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d6f5a3e6c3
commit
dcaaa7302c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
go-version: '1.22.x'
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: 'latest'
|
||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||
|
|
Loading…
Reference in a new issue