From 6237289561d4075ea6cc95b04eab548f374f67c1 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 10 Oct 2022 14:21:17 -0700 Subject: [PATCH] Use Go 1.19.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,,@)