Skip to content

Commit

Permalink
fix: bump ory cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed May 30, 2022
1 parent 94c620d commit 12ceae0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,18 @@ docs/swagger:
npx @redocly/openapi-cli preview-docs spec/swagger.json

.bin/ory: Makefile
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b .bin ory v0.1.14
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b .bin ory v0.1.33
touch -a -m .bin/ory

node_modules: package.json Makefile
npm ci


.bin/golangci-lint: Makefile
bash <(curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh) -d -b .bin v1.44.2

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


.PHONY: lint
lint: .bin/golangci-lint
golangci-lint run -v --timeout 10m ./...
Expand Down

0 comments on commit 12ceae0

Please sign in to comment.