mirror of
https://github.com/davegallant/vpngate.git
synced 2025-11-27 03:24:17 +00:00
Update golangci/golangci-lint-action action to v9 (#161)
* Update golangci/golangci-lint-action action to v9 * Bump golangci-lint to 2.6.2 * Refactor to pass golangcli-lint * Fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dave Gallant <dave.gallant@gmail.com> Co-authored-by: Dave Gallant <davegallant@proton.me>
This commit is contained in:
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
||||
go-version: 1.25
|
||||
- uses: actions/checkout@v6
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
version: v1.49
|
||||
version: v2.6.2
|
||||
- name: test
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user