Update to golang@1.13.6
This commit is contained in:
Kubernetes Prow Robot
2020-01-15 21:21:15 -08:00
committed by GitHub
6 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
GOARM ?= 7
QEMUVERSION=v2.9.1
GOLANG_VERSION=1.13.5
GOLANG_VERSION=1.13.6
export
ifndef WHAT

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM k8s.gcr.io/kube-cross:v1.13.5-1 as build_k8s_1_17_sample_apiserver
FROM k8s.gcr.io/kube-cross:v1.13.6-1 as build_k8s_1_17_sample_apiserver
ENV GOPATH /go
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin