From 7fc92f04a5c845720af371356fa8a3d443b745dd Mon Sep 17 00:00:00 2001 From: spiffcs Date: Wed, 10 May 2023 08:06:18 +0000 Subject: [PATCH] chore(deps): update bootstrap tools to latest versions Signed-off-by: GitHub --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a98c69661c..b4b6dce8934 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ GORELEASER_VERSION := v1.18.2 YAJSV_VERSION := v1.4.1 COSIGN_VERSION := v1.13.1 QUILL_VERSION := v0.2.0 -GLOW_VERSION := v1.5.0 +GLOW_VERSION := v1.5.1 # Formatting variables ################################# BOLD := $(shell tput -T linux bold)