Skip to content

Commit cc25ce2

Browse files
authored
Merge pull request #29 from go-git/renovate/golangci-golangci-lint-2.x
build: Update dependency golangci/golangci-lint to v2.7.1
2 parents ecb8e8d + fe07e22 commit cc25ce2

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
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=golangci/golangci-lint
2-
GOLANGCI_VERSION ?= v2.7.0
2+
GOLANGCI_VERSION ?= v2.7.1
33
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
44

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

0 commit comments

Comments
 (0)