From 8c285c85343d7b656b19341b3be5182e7775a95e Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 20 Aug 2025 13:29:49 -0700 Subject: [PATCH] Upgrade goreleaser-cross to v1.25 This commit upgrades the goreleaser-cross version to v1.25. This version uses the latest release of Go. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ee8415..1c81ff5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PKG?=github.com/smallstep/step-kms-plugin BINNAME?=step-kms-plugin -GOLANG_CROSS_VERSION?=v1.24 +GOLANG_CROSS_VERSION?=v1.25 # Set V to 1 for verbose output from the Makefile Q=$(if $V,,@)