mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
migrate golangci-lint config to v2 format (#3354)
* migrate golangci-lint config to v2 format * chore: skip CI on migration [skip ci] * Bump golangci version * Address several golangci-lint/staticcheck warnings * change staticchecks settings
This commit is contained in:
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6.5.2
|
||||
uses: golangci/golangci-lint-action@v7.0.0
|
||||
with:
|
||||
verify: false # disable verifying the configuration since golangci is currently introducing breaking changes in the configuration
|
||||
verify: true
|
||||
|
||||
|
Reference in New Issue
Block a user