diff --git a/Makefile b/Makefile index db3e25f..9189fb8 100644 --- a/Makefile +++ b/Makefile @@ -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,,@)