ci: upgrade golangci-lint to 2.3.0
Upgrades the configuration file from V1 to V2 format which was pretty straightforward. The vendor/ directory no longer needs to be excluded as it is a default now in 2.x. Updates the pre-commit configuration to the latest and greatest version.
This commit is contained in:
parent
27ad7cb6f0
commit
2828ee63cf
3 changed files with 3 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ repos:
|
|||
- id: pyspelling
|
||||
args: ["--config", ".spellcheck.yml"]
|
||||
- repo: https://github.com/golangci/golangci-lint
|
||||
rev: v1.63.1
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: golangci-lint
|
||||
- repo: https://github.com/hhatto/autopep8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue