Skip to content

Commit

Permalink
Makefile: use golangci-lint v1.62.2
Browse files Browse the repository at this point in the history
golangci-lint is compatible up to the version of Go used to build it.
With moving to go1.23, we need to bump golangci-lint to support the
newer golang revision.

On-behalf-of: SAP [email protected]
Signed-off-by: Robert Vasek <[email protected]>
  • Loading branch information
gman0 committed Dec 23, 2024
1 parent 1b9876a commit d207a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GO_INSTALL = ./hack/go-install.sh
TOOLS_DIR=hack/tools
GOBIN_DIR := $(abspath $(TOOLS_DIR))

GOLANGCI_LINT_VER := v1.58.1
GOLANGCI_LINT_VER := v1.62.2
GOLANGCI_LINT_BIN := golangci-lint
GOLANGCI_LINT := $(GOBIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)

Expand Down

0 comments on commit d207a2d

Please sign in to comment.