Skip to content

Commit 0847e95

Browse files
committed
Merge branch 'ps-dev-test' into 'master'
chore: Update golangci-lint install to use their documented approach See merge request f5/nginx/crossplane-go!32
2 parents 1041ced + 6e659dc commit 0847e95

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)