We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eaddb commit c36ca53Copy full SHA for c36ca53
Makefile
@@ -55,7 +55,7 @@ node_modules: package.json Makefile
55
npm ci
56
57
.bin/golangci-lint: Makefile
58
- bash <(curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh) -d -b .bin v1.44.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -d -b .bin v1.47.0
59
60
.bin/hydra: Makefile
61
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b .bin hydra v1.11.0
0 commit comments