diff --git a/Makefile b/Makefile index a08f110..456dad3 100644 --- a/Makefile +++ b/Makefile @@ -33,12 +33,12 @@ 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.58.1 BOUNCER_VERSION = v0.4.0 CHRONICLE_VERSION = v0.8.0 GOSIMPORTS_VERSION = v0.3.8 YAJSV_VERSION = v1.4.1 -GORELEASER_VERSION = v1.24.0 +GORELEASER_VERSION = v1.25.1 GLOW_VERSION := v1.5.1 SKOPEO_VERSION := v1.12.0