From a8416d674bf7b8c9d43ba295cdc6a8c8b07f72ca Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:50:40 -0500 Subject: [PATCH] Update syft bootstrap tools to latest versions. (#1443) Co-authored-by: spiffcs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e37d1f842..40716e502 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SNAPSHOT_CMD=$(RELEASE_CMD) --skip-publish --snapshot # tool versions GOLANGCILINT_VERSION = v1.50.1 -GOSIMPORTS_VERSION = v0.3.4 +GOSIMPORTS_VERSION = v0.3.5 BOUNCER_VERSION = v0.4.0 CHRONICLE_VERSION = v0.4.2 GORELEASER_VERSION = v1.14.1