Skip to content

Commit aa59f25

Browse files
Merge pull request #299 from karelyatin/OSPRH-6501
Bump golangci-lint version compatible with go1.21
2 parents 1709c6e + daa7c77 commit aa59f25

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

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

124124
PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)

0 commit comments

Comments
 (0)