Skip to content

Commit 9a88e43

Browse files
build: Update dependency golangci/golangci-lint to v2.6.2
1 parent ab3c91b commit 9a88e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GOCMD = go
22
GOTEST = $(GOCMD) test
33

44
# renovate: datasource=github-tags depName=golangci/golangci-lint
5-
GOLANGCI_VERSION ?= v2.1.6
5+
GOLANGCI_VERSION ?= v2.6.2
66
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
77

88
GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)

0 commit comments

Comments
 (0)