From d339ffdcb5c630692662c079f9eeaf039430a60d 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, 22 Feb 2023 10:16:14 -0500 Subject: [PATCH] chore: update syft bootstrap tools to latest versions. (#1593) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46423b2bb71..5a38b313adb 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ CHRONICLE_CMD = $(TEMP_DIR)/chronicle GLOW_CMD = $(TEMP_DIR)/glow # Tool versions ################################# -GOLANGCILINT_VERSION := v1.51.1 -GOSIMPORTS_VERSION := v0.3.5 +GOLANGCILINT_VERSION := v1.51.2 +GOSIMPORTS_VERSION := v0.3.7 BOUNCER_VERSION := v0.4.0 CHRONICLE_VERSION := v0.6.0 GORELEASER_VERSION := v1.15.2