Skip to content

Commit 4137480

Browse files
build: Update dependency golangci/golangci-lint to v2.8.0
1 parent a5facae commit 4137480

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
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=golangci/golangci-lint
2-
GOLANGCI_VERSION ?= v2.7.2
2+
GOLANGCI_VERSION ?= v2.8.0
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)