Skip to content

Commit

Permalink
Merge pull request #72 from smallstep/go-1.20.5
Browse files Browse the repository at this point in the history
Use goreleaser-cross with Go v1.20.5
  • Loading branch information
maraino authored Jun 9, 2023
2 parents 724277c + 5a59f2b commit 8429e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG?=github.com/smallstep/step-kms-plugin
BINNAME?=step-kms-plugin
GOLANG_CROSS_VERSION?=v1.20.4
GOLANG_CROSS_VERSION?=v1.20.5

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

0 comments on commit 8429e6b

Please sign in to comment.