Skip to content

Commit e0717d0

Browse files
committed
chore: Upgrade lint to 2.9.0
1 parent e721840 commit e0717d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LINTER ?= $(LOCALBIN)/golangci-lint
4040
DEADCODE ?= $(LOCALBIN)/deadcode
4141
GOVULNCHECK ?= $(LOCALBIN)/govulncheck
4242
GOIMPORT ?= $(LOCALBIN)/goimports
43-
LINTER_VERSION ?= v2.8.0
43+
LINTER_VERSION ?= v2.9.0
4444
GOVULNCHECK_VERSION ?= latest
4545
LINT_GOGC ?= 20
4646
LINT_DEADLINE ?= 10m

0 commit comments

Comments
 (0)