From 764ee3d84c12e19d0da0c3c40d8b8d355ec783d8 Mon Sep 17 00:00:00 2001 From: "xeol-actions[bot]" <122061159+xeol-actions[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:24:48 -0700 Subject: [PATCH] Update xeol bootstrap tools to latest versions. (#208) Signed-off-by: GitHub Co-authored-by: noqcks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 465896ac..f048e221 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.0 +GOLANGCILINT_VERSION = v1.55.1 BOUNCER_VERSION = v0.4.0 CHRONICLE_VERSION = v0.8.0 GOSIMPORTS_VERSION = v0.3.8