From fb8f24dc1e3a38473a55884eaf7307817805560f Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Fri, 29 Jul 2022 15:57:59 +0000 Subject: [PATCH] bump bouncer to v0.4.0 (#1125) Signed-off-by: Weston Steimel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e72d22934..41e460035 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ $(TEMPDIR): bootstrap-tools: $(TEMPDIR) GO111MODULE=off GOBIN=$(shell realpath $(TEMPDIR)) go get -u golang.org/x/perf/cmd/benchstat curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TEMPDIR)/ v1.47.2 - 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/wagoodman/go-bouncer/master/bouncer.sh | sh -s -- -b $(TEMPDIR)/ v0.4.0 curl -sSfL https://raw.githubusercontent.com/anchore/chronicle/main/install.sh | sh -s -- -b $(TEMPDIR)/ v0.3.0 .github/scripts/goreleaser-install.sh -d -b $(TEMPDIR)/ v1.10.3 GOBIN="$(shell realpath $(TEMPDIR))" go install github.com/neilpa/yajsv@v1.4.0