Skip to content

Commit

Permalink
ci: bump golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
Also, fix some deprecated config directives.

Signed-off-by: Casey Callendrello <c1@caseyc.net>
  • Loading branch information
squeed committed Sep 17, 2024
1 parent a128dac commit edfe63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
format: auto
- uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
version: v1.61.0
args: -v
skip-cache: true
verify-vendor:
name: Verify vendor directory
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ linters-settings:
- prefix(github.com/containernetworking)

run:
skip-dirs:
- vendor
timeout: 5m
modules-download-mode: vendor

0 comments on commit edfe63e

Please sign in to comment.