Skip to content

Commit e7a4f0a

Browse files
Merge pull request #485 from dciabrin/golangci-install
Use the latest installer for golangci-lint
2 parents 1bf8617 + d66b407 commit e7a4f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
121121
GOLANGCI_LINT_VERSION ?= v2.7.2
122122
.PHONY: golangci-lint
123123
golangci-lint:
124-
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)
124+
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://golangci-lint.run/install.sh | sh -s $(GOLANGCI_LINT_VERSION)
125125
$(LOCALBIN)/golangci-lint run --fix
126126

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

0 commit comments

Comments
 (0)