deps: Update to Golang 1.13.9
Signed-off-by: Stephen Augustus <saugustus@vmware.com> Co-authored-by: Jeff Grafton <jgrafton@google.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
|
||||
GOARM ?= 7
|
||||
QEMUVERSION=v2.9.1
|
||||
GOLANG_VERSION=1.13.8
|
||||
GOLANG_VERSION=1.13.9
|
||||
export
|
||||
|
||||
ifndef WHAT
|
||||
|
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
ARG BASEIMAGE
|
||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.8-1 as build_k8s_1_17_sample_apiserver
|
||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-2 as build_k8s_1_17_sample_apiserver
|
||||
|
||||
ENV GOPATH /go
|
||||
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
|
||||
|
Reference in New Issue
Block a user