Skip to content

Commit

Permalink
Merge pull request containernetworking#1063 from austinvazquez/update…
Browse files Browse the repository at this point in the history
…-golangci-lint-action-package

Update golangci-lint to v1.57.1
  • Loading branch information
squeed authored May 13, 2024
2 parents 9f32fa3 + 52babb0 commit c04330e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: golangci/golangci-lint-action@v6
with:
args: --verbose
version: v1.54
version: v1.57.1
build:
name: Build all linux architectures
needs: lint
Expand Down
4 changes: 2 additions & 2 deletions mk/dependencies/golangci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

GOLANGCI_LINT_VERSION="v1.54"
GOLANGCI_LINT_VERSION="v1.57.1"

go install "github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}"
go install "github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}"

0 comments on commit c04330e

Please sign in to comment.