Skip to content

Commit 8c285c8

Browse files
committed
Upgrade goreleaser-cross to v1.25
This commit upgrades the goreleaser-cross version to v1.25. This version uses the latest release of Go.
1 parent c894017 commit 8c285c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PKG?=github.com/smallstep/step-kms-plugin
22
BINNAME?=step-kms-plugin
3-
GOLANG_CROSS_VERSION?=v1.24
3+
GOLANG_CROSS_VERSION?=v1.25
44

55
# Set V to 1 for verbose output from the Makefile
66
Q=$(if $V,,@)

0 commit comments

Comments
 (0)