From 4463c4e71275142f5401a6328c03798dc50936d8 Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:28:53 -0400 Subject: [PATCH] Update syft bootstrap tools to latest versions. (#1220) Co-authored-by: spiffcs Signed-off-by: Christopher Phillips --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ef4d296d7e1d..d85cb92b2894 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ GOIMPORTS_CMD = $(TEMPDIR)/gosimports -local github.com/anchore RELEASE_CMD=$(TEMPDIR)/goreleaser release --rm-dist SNAPSHOT_CMD=$(RELEASE_CMD) --skip-publish --snapshot GOLANGCILINT_VERSION = v1.49.0 -GOSIMPORTS_VERSION = v0.3.1 +GOSIMPORTS_VERSION = v0.3.2 BOUNCER_VERSION = v0.4.0 CHRONICLE_VERSION = v0.4.1 -GORELEASER_VERSION = v1.11.2 +GORELEASER_VERSION = v1.11.4 YAJSV_VERSION = v1.4.0 COSIGN_VERSION = v1.12.0