mirror of
https://github.com/restic/restic.git
synced 2026-02-03 12:29:37 -05:00
CI: bump golangci version to v2
This commit is contained in:
parent
5c667f0501
commit
575eac8d80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -253,7 +253,7 @@ jobs:
|
|||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||
version: v1.64.8
|
||||
version: v2.4.0
|
||||
args: --verbose --timeout 5m
|
||||
|
||||
# only run golangci-lint for pull requests, otherwise ALL hints get
|
||||
|
|
|
|||
Loading…
Reference in a new issue