Skip to content

Commit 3cd2760

Browse files
Merge pull request #381 from karelyatin/OSPRH-6501
Bump golangci-lint version compatible with go1.21
2 parents 324e317 + ee71380 commit 3cd2760

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

393393
.PHONY: golangci-lint
394394
golangci-lint:
395-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2
395+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
396396
$(LOCALBIN)/golangci-lint run --fix --timeout $(GOLINT_TIMEOUT)
397397

398398
# Used for webhook testing

0 commit comments

Comments
 (0)