Skip to content

Commit 61356ac

Browse files
Merge pull request #433 from karelyatin/OSPRH-6501
Bump golangci-lint version compatible with go1.21
2 parents a024e70 + 3ca6304 commit 61356ac

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

118118
.PHONY: golangci-lint
119119
golangci-lint: vet
120-
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2
120+
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
121121
$(LOCALBIN)/golangci-lint run --fix
122122

123123
.PHONY: test

0 commit comments

Comments
 (0)