Skip to content

Commit c531d1b

Browse files
committed
Bump golangci-lint version compatible with go1.21
1 parent cc1380d commit c531d1b

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
@@ -115,7 +115,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
115115

116116
.PHONY: golangci-lint
117117
golangci-lint:
118-
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2
118+
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
119119
$(LOCALBIN)/golangci-lint run --fix --timeout=5m
120120

121121
.PHONY: test

0 commit comments

Comments
 (0)