From 3b3dda515498738ed0fb443424a0e26990300e9b Mon Sep 17 00:00:00 2001 From: noqcks Date: Fri, 16 Feb 2024 08:02:06 +0000 Subject: [PATCH] Update xeol 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 a08f110a..c1ca7074 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ OS=$(shell uname | tr '[:upper:]' '[:lower:]') SYFT_VERSION=$(shell go list -m all | grep github.com/anchore/syft | awk '{print $$2}') SNAPSHOT_BIN=$(shell realpath $(shell pwd)/$(SNAPSHOTDIR)/$(OS)-build_$(OS)_amd64_v1/$(BIN)) -GOLANGCILINT_VERSION = v1.55.2 +GOLANGCILINT_VERSION = v1.56.2 BOUNCER_VERSION = v0.4.0 CHRONICLE_VERSION = v0.8.0 GOSIMPORTS_VERSION = v0.3.8