Skip to content

Commit 80673c4

Browse files
authored
Merge pull request #166 from go-git/renovate/golangci-golangci-lint-2.x
chore(deps): update dependency golangci/golangci-lint to v2.6.2
2 parents 5b4625f + ca9319d commit 80673c4

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
@@ -8,7 +8,7 @@ COVERAGE_REPORT := coverage.out
88
COVERAGE_MODE := count
99

1010
# renovate: datasource=github-tags depName=golangci/golangci-lint
11-
GOLANGCI_VERSION ?= v2.6.0
11+
GOLANGCI_VERSION ?= v2.6.2
1212
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
1313

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

0 commit comments

Comments
 (0)