Skip to content

Commit c36ca53

Browse files
committed
fix: use correct download location for golangci-lint
1 parent 13eaddb commit c36ca53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ node_modules: package.json Makefile
5555
npm ci
5656

5757
.bin/golangci-lint: Makefile
58-
bash <(curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh) -d -b .bin v1.44.2
58+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -d -b .bin v1.47.0
5959

6060
.bin/hydra: Makefile
6161
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b .bin hydra v1.11.0

0 commit comments

Comments
 (0)