Skip to content

Commit

Permalink
chore: bump makefile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 5, 2020
1 parent 8e1d69a commit 322e983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -34,10 +34,10 @@ docs/node_modules: docs/package.json
cd docs; npm ci

.bin/golangci-lint: Makefile
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b .bin v1.24.0
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b .bin v1.28.3

.bin/hydra: Makefile
bash <(curl https://raw.githubusercontent.com/ory/hydra/master/install.sh) -b .bin v1.4.10
bash <(curl https://raw.githubusercontent.com/ory/hydra/master/install.sh) -b .bin v1.6.0

.PHONY: docs
docs: docs/node_modules
Expand Down

0 comments on commit 322e983

Please sign in to comment.