From 58504d5bf35b60fe068de50df42865990aee617b Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:38:36 +0000 Subject: [PATCH] Update syft bootstrap tools to latest versions. (#1244) Co-authored-by: spiffcs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45e558e25..66342195e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LINTCMD = $(TEMPDIR)/golangci-lint run --tests=false --timeout=5m --config .gola 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 +GOLANGCILINT_VERSION = v1.50.0 GOSIMPORTS_VERSION = v0.3.2 BOUNCER_VERSION = v0.4.0 CHRONICLE_VERSION = v0.4.1