Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 6f8b812

Browse files
authored
Merge pull request #1691 from piosz/bump-go-version
Bumped go version to 1.8
2 parents b214188 + 7d6a1bb commit 6f8b812

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: go
33
go_import_path: k8s.io/heapster
44

55
go:
6-
- 1.7
6+
- 1.8
77

88
script:
99
- make test-unit

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FLAGS=
55
ARCH?=amd64
66
ALL_ARCHITECTURES=amd64 arm arm64 ppc64le s390x
77
ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
8-
GOLANG_VERSION?=1.7
8+
GOLANG_VERSION?=1.8
99

1010
ifndef TEMP_DIR
1111
TEMP_DIR:=$(shell mktemp -d /tmp/heapster.XXXXXX)

grafana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH?=amd64
2525
TEMP_DIR:=$(shell mktemp -d)
2626
LDFLAGS=-w -X main.version=$(VERSION) -X main.commit=unknown-dev -X main.timestamp=0 -extldflags '-static'
2727
DEB_BUILD=4.2.0
28-
KUBE_CROSS_IMAGE=gcr.io/google_containers/kube-cross:v1.7.3-0
28+
KUBE_CROSS_IMAGE=gcr.io/google_containers/kube-cross:v1.8.3-1
2929

3030
# s390x
3131
ALL_ARCHITECTURES=amd64 arm arm64 ppc64le

influxdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all: build
2222
VERSION?=v1.1.1
2323
PREFIX?=gcr.io/google_containers
2424
ARCH?=amd64
25-
GOLANG_VERSION=1.7
25+
GOLANG_VERSION=1.8
2626
TEMP_DIR:=$(shell mktemp -d)
2727

2828
ALL_ARCHITECTURES=amd64 arm arm64 ppc64le s390x

0 commit comments

Comments
 (0)