Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89242e6

Browse files
authored
bump chronicle to v0.2.0-beta (anchore#581)
Signed-off-by: Alex Goodman <[email protected]>
1 parent 4bf08e6 commit 89242e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ bootstrap-tools: $(TEMPDIR)
103103
GO111MODULE=off GOBIN=$(shell realpath $(TEMPDIR)) go get -u golang.org/x/perf/cmd/benchstat
104104
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TEMPDIR)/ v1.42.1
105105
curl -sSfL https://raw.githubusercontent.com/wagoodman/go-bouncer/master/bouncer.sh | sh -s -- -b $(TEMPDIR)/ v0.2.0
106-
curl -sSfL https://raw.githubusercontent.com/anchore/chronicle/main/install.sh | sh -s -- -b $(TEMPDIR)/ v0.1.2-beta
106+
curl -sSfL https://raw.githubusercontent.com/anchore/chronicle/main/install.sh | sh -s -- -b $(TEMPDIR)/ v0.2.0-beta
107107
.github/scripts/goreleaser-install.sh -b $(TEMPDIR)/ v0.177.0
108108

109109
.PHONY: bootstrap-go

0 commit comments

Comments
 (0)