Skip to content

Commit

Permalink
chore(deps): bump golangci-lint from v1.53.3 to v1.54.1 (#7837)
Browse files Browse the repository at this point in the history
This brings full go v1.21 support

Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont authored and kumahq[bot] committed Sep 25, 2023
1 parent 129a509 commit 66490c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
args: --fix=false --verbose
version: v1.53.3
version: v1.54.1
4 changes: 4 additions & 0 deletions mk/dependencies/deps.lock
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<<<<<<< HEAD
fd330db85722e0d89048286f2b9be76e0f6465d2
=======
1391c1094335f56af6eda077419465c90b9078cf
>>>>>>> c0a87e9e1 (chore(deps): bump golangci-lint from v1.53.3 to v1.54.1 (#7837))
2 changes: 1 addition & 1 deletion mk/dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CI_TOOLS_BIN_DIR=$(CI_TOOLS_DIR)/bin
K8S_MIN_VERSION = v1.23.17-k3s1
K8S_MAX_VERSION = v1.27.1-k3s1
export GO_VERSION=1.21.1
export GOLANGCI_LINT_VERSION=v1.53.3
export GOLANGCI_LINT_VERSION=v1.54.1
GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)

Expand Down

0 comments on commit 66490c6

Please sign in to comment.