mirror of https://github.com/k3s-io/k3s
Upgrade to go1.9.2
parent
3ec7487c0f
commit
82737e730c
|
@ -15,7 +15,7 @@
|
|||
# This file creates a standard build environment for building cross
|
||||
# platform go binary for the architecture kubernetes cares about.
|
||||
|
||||
FROM golang:1.9.1
|
||||
FROM golang:1.9.2
|
||||
|
||||
ENV GOARM 7
|
||||
ENV KUBE_DYNAMIC_CROSSPLATFORMS \
|
||||
|
|
|
@ -1 +1 @@
|
|||
v1.9.1-1
|
||||
v1.9.2-1
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
|
||||
GOARM=7
|
||||
QEMUVERSION=v2.9.1
|
||||
GOLANG_VERSION=1.9.1
|
||||
GOLANG_VERSION=1.9.2
|
||||
export
|
||||
|
||||
ifndef WHAT
|
||||
|
|
Loading…
Reference in New Issue