Skip to content

Commit 7b71b9a

Browse files
authored
Merge pull request #70 from go-git/renovate/tooling
build: Update dependency golangci/golangci-lint to v2.8.0
2 parents 0622d74 + b867e2d commit 7b71b9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ linters:
88
- ireturn
99
- mnd
1010
- varnamelen
11+
- unqueryvet
1112
- wrapcheck
1213
- wsl
1314
exclusions:

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.7.2
5+
GOLANGCI_VERSION ?= v2.8.0
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)