Skip to content

Commit

Permalink
Bump golangci-lint version 1.58.1 -> 1.61.0
Browse files Browse the repository at this point in the history
Update golangci-lint to 1.61.0 for compatibility with Go version
1.23.2.
  • Loading branch information
djjuhasz committed Oct 30, 2024
1 parent 7e99cce commit 8782299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/dep_golangci_lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $(call _assert_var,UNAME_ARCH)
$(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

GOLANGCI_LINT_VERSION ?= 1.58.1
GOLANGCI_LINT_VERSION ?= 1.61.0

ARCH := $(UNAME_ARCH)
ifeq ($(UNAME_ARCH),x86_64)
Expand Down

0 comments on commit 8782299

Please sign in to comment.