From 26b33246cdae22066fc35c361dc65cf9d65788e9 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Wed, 7 Sep 2022 22:13:58 +0530 Subject: [PATCH] Update Go version in test Makefile to 1.19.1 Signed-off-by: Nabarun Pal --- test/images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/Makefile b/test/images/Makefile index fc6e0999e9a..583d2295bac 100644 --- a/test/images/Makefile +++ b/test/images/Makefile @@ -16,7 +16,7 @@ REGISTRY ?= registry.k8s.io/e2e-test-images GOARM ?= 7 DOCKER_CERT_BASE_PATH ?= QEMUVERSION=v5.1.0-2 -GOLANG_VERSION=1.19 +GOLANG_VERSION=1.19.1 export ifndef WHAT