From 322e983b94b3d6f6cc984bba78057b9267d645f4 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 5 Aug 2020 11:32:18 +0200 Subject: [PATCH] chore: bump makefile dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9f0d0d2a525..e4d07c61762 100644 --- a/Makefile +++ b/Makefile @@ -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