Skip to content

Commit d22c227

Browse files
Merge pull request #266 from karelyatin/OSPRH-6501
Bump golangci-lint version compatible with go1.21
2 parents cc1380d + c531d1b commit d22c227

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)