Skip to content

Commit 6e659dc

Browse files
committed
chore: Update golangci-lint install to use their documented approach
- Looks like the old DNS name is no longer resolvable. - This MR updates the linter to be installed from their documented instructions at https://golangci-lint.run/usage/install/
1 parent 1041ced commit 6e659dc

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
@@ -52,7 +52,7 @@ test-only-failed: fmt ; $(info Running unit tests (showing only failed ones with
5252
go test -v -race ./... | grep --color -B 45 -A 5 -E '^FAIL.+'
5353

5454
$(LINT_BIN): fmt
55-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.36.0
55+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.36.0
5656

5757
lint: $(LINT_BIN)
5858
$(LINT_BIN) run

0 commit comments

Comments
 (0)