Skip to content

Commit d123241

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.11.3
1 parent 49c1422 commit d123241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PLATFORMS ?= linux_amd64 linux_arm64
1212
# Setup Go
1313
GO_REQUIRED_VERSION ?= 1.24
1414
NPROCS ?= 1
15-
GOLANGCILINT_VERSION = 2.1.2
15+
GOLANGCILINT_VERSION = 2.11.3
1616
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
1717
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider
1818
GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)

0 commit comments

Comments
 (0)