*: bump up to Go 1.9 in tests

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
release-3.3
Gyu-Ho Lee 2017-08-24 16:00:27 -07:00
parent 4ec31f4f7f
commit 52855bac49
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ go_import_path: github.com/coreos/etcd
sudo: false
go:
- 1.8.3
- 1.9
- tip
notifications:
@ -56,6 +56,7 @@ before_install:
- go get -v -u honnef.co/go/tools/cmd/unused
- go get -v -u honnef.co/go/tools/cmd/staticcheck
- ./scripts/install-marker.sh amd64
- export GOROOT=$(go env GOROOT)
# disable godep restore override
install:

View File

@ -1,4 +1,4 @@
FROM golang:1.8.3-stretch
FROM golang:1.9-stretch
LABEL Description="Image for etcd DNS testing"
RUN apt update -y
RUN go get github.com/mattn/goreman