From e21f37494e65f7a257c34980466b5a471e3af9c8 Mon Sep 17 00:00:00 2001 From: Vijay Pillai Date: Wed, 26 Jan 2022 11:15:33 -0500 Subject: [PATCH] Update go-bouncer to v0.3.0 (#605) Signed-off-by: Vijay Pillai --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2bf8c523ad..e2ea0c61763 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ $(TEMPDIR): .PHONY: bootstrap-tools bootstrap-tools: $(TEMPDIR) curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TEMPDIR)/ v1.42.1 - curl -sSfL https://raw.githubusercontent.com/wagoodman/go-bouncer/master/bouncer.sh | sh -s -- -b $(TEMPDIR)/ v0.2.0 + curl -sSfL https://raw.githubusercontent.com/wagoodman/go-bouncer/master/bouncer.sh | sh -s -- -b $(TEMPDIR)/ v0.3.0 curl -sSfL https://raw.githubusercontent.com/anchore/chronicle/main/install.sh | sh -s -- -b $(TEMPDIR)/ v0.3.0 .github/scripts/goreleaser-install.sh -b $(TEMPDIR)/ v0.177.0