mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-19 16:24:33 +00:00
[go1.16] Update to go1.16.1
Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
@@ -16,7 +16,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images
|
||||
GOARM ?= 7
|
||||
DOCKER_CERT_BASE_PATH ?=
|
||||
QEMUVERSION=v5.1.0-2
|
||||
GOLANG_VERSION=1.16
|
||||
GOLANG_VERSION=1.16.1
|
||||
export
|
||||
|
||||
ifndef WHAT
|
||||
|
||||
@@ -24,7 +24,7 @@ export
|
||||
# Get without building to populate module cache
|
||||
# Then, get with OS/ARCH-specific env to build
|
||||
bin:
|
||||
docker run --rm -i -v "${TARGET}:${TARGET}:Z" k8s.gcr.io/build-image/kube-cross:v1.16.0-1 \
|
||||
docker run --rm -i -v "${TARGET}:${TARGET}:Z" k8s.gcr.io/build-image/kube-cross:v1.16.1-1 \
|
||||
/bin/bash -c "\
|
||||
mkdir -p /go/src /go/bin && \
|
||||
GO111MODULE=on go get -d k8s.io/sample-apiserver@v0.17.0 && \
|
||||
|
||||
Reference in New Issue
Block a user