Merge pull request #60597 from cblecker/go-go-go-one-dot-ten

Automatic merge from submit-queue (batch tested with PRs 61096, 61955, 61542, 60597). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update to use go1.10.1

**What this PR does / why we need it**:
Update to use go1.10.1

**Release note**:
```release-note
Update to use go1.10.1
```
This commit is contained in:
Kubernetes Submit Queue
2018-04-02 15:35:12 -07:00
committed by GitHub
4 changed files with 6 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
GOARM=7
QEMUVERSION=v2.9.1
GOLANG_VERSION=1.9.3
GOLANG_VERSION=1.10.1
export
ifndef WHAT