We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1041ced + 6e659dc commit 0847e95Copy full SHA for 0847e95
Makefile
@@ -52,7 +52,7 @@ test-only-failed: fmt ; $(info Running unit tests (showing only failed ones with
52
go test -v -race ./... | grep --color -B 45 -A 5 -E '^FAIL.+'
53
54
$(LINT_BIN): fmt
55
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.36.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.36.0
56
57
lint: $(LINT_BIN)
58
$(LINT_BIN) run
0 commit comments