From 550e2fc7c32f84581b8fe1dd7e57b1996df21018 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, 9 Feb 2023 10:10:35 -0500 Subject: [PATCH] Update syft bootstrap tools to latest versions. (#1549) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 95c99ed24..e830509ae 100644 --- a/Makefile +++ b/Makefile @@ -14,11 +14,11 @@ GOLANGCILINT_VERSION := v1.51.1 GOSIMPORTS_VERSION := v0.3.5 BOUNCER_VERSION := v0.4.0 CHRONICLE_VERSION := v0.6.0 -GORELEASER_VERSION := v1.15.1 +GORELEASER_VERSION := v1.15.2 YAJSV_VERSION := v1.4.1 COSIGN_VERSION := v1.13.1 QUILL_VERSION := v0.2.0 -GLOW_VERSION := v1.4.1 +GLOW_VERSION := v1.5.0 # Formatting variables ################################# BOLD := $(shell tput -T linux bold)