diff --git a/Makefile b/Makefile index a0e599d..7c7b6ea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PKG?=github.com/smallstep/step-kms-plugin BINNAME?=step-kms-plugin -GOLANG_CROSS_VERSION?=v1.19.0 +GOLANG_CROSS_VERSION?=v1.19.2 # Set V to 1 for verbose output from the Makefile Q=$(if $V,,@)