From 3a9d6354ac3250f453ba59fb1052f1966f484ccd Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 15 Jul 2020 11:22:40 -0400 Subject: [PATCH] Update go version --- images/test-runner/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/test-runner/Makefile b/images/test-runner/Makefile index ab59b32ed..e00fb6957 100644 --- a/images/test-runner/Makefile +++ b/images/test-runner/Makefile @@ -37,7 +37,7 @@ build: ensure-buildx --progress=$(PROGRESS) \ --pull \ --build-arg BASE_IMAGE=us.gcr.io/k8s-artifacts-prod/ingress-nginx/nginx:v20200708-g00f4a215d@sha256:b0727cebafc35f5ab50f3fa0be5fda7f79937f1683f525f40982e75b882195d8 \ - --build-arg GOLANG_VERSION=1.14.4 \ + --build-arg GOLANG_VERSION=1.14.5 \ --build-arg ETCD_VERSION=3.4.3-0 \ --build-arg K8S_RELEASE=v1.15.7 \ --build-arg RESTY_CLI_VERSION=0.25 \