Merge pull request #41636 from luxas/bump_go_18

Automatic merge from submit-queue (batch tested with PRs 41287, 41636, 44881, 44826)

Bump to go1.8 and remove the edge GOROOT

**What this PR does / why we need it**:

Bumps to go1.8; we get:
 - performance improvements
 - build time improvements
 - the possibility to remove the hacky edge-GOROOT for arm and ppc64le that must use go1.8
 - all other awesome features that are included in go1.8: https://golang.org/doc/go1.8

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/kubernetes/kubernetes/issues/38228

**Special notes for your reviewer**:

@ixdy Please push the image ASAP so we can see if this passes all tests

**Release note**:

```release-note
Upgrade go version to v1.8
```
cc @ixdy @bradfitz @jessfraz @wojtek-t @timothysc @spxtr @thockin @smarterclayton @bprashanth @gmarek
This commit is contained in:
Kubernetes Submit Queue
2017-04-25 17:56:40 -07:00
committed by GitHub
50 changed files with 59 additions and 78 deletions

View File

@@ -42920,7 +42920,7 @@ func init() {
var fileDescriptorGenerated = []byte{
// 11050 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0xbd, 0x6b, 0x6c, 0x24, 0xd7,
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x6b, 0x6c, 0x24, 0xd7,
0x95, 0x18, 0xec, 0xea, 0xe6, 0xab, 0x0f, 0xdf, 0x77, 0x38, 0x23, 0x8a, 0x96, 0x86, 0xa3, 0x92,
0x25, 0x8f, 0xa4, 0x11, 0xe9, 0x19, 0x49, 0xd6, 0xd8, 0xf2, 0x27, 0x9b, 0x64, 0x93, 0x33, 0xf4,
0xbc, 0x5a, 0xb7, 0x39, 0x33, 0xb2, 0xac, 0xcf, 0x52, 0x4d, 0xd7, 0x25, 0x59, 0x9a, 0x62, 0x55,