mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: bump up to Go 1.9 in tests
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
4ec31f4f7f
commit
52855bac49
@ -4,7 +4,7 @@ go_import_path: github.com/coreos/etcd
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8.3
|
- 1.9
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
notifications:
|
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/unused
|
||||||
- go get -v -u honnef.co/go/tools/cmd/staticcheck
|
- go get -v -u honnef.co/go/tools/cmd/staticcheck
|
||||||
- ./scripts/install-marker.sh amd64
|
- ./scripts/install-marker.sh amd64
|
||||||
|
- export GOROOT=$(go env GOROOT)
|
||||||
|
|
||||||
# disable godep restore override
|
# disable godep restore override
|
||||||
install:
|
install:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.8.3-stretch
|
FROM golang:1.9-stretch
|
||||||
LABEL Description="Image for etcd DNS testing"
|
LABEL Description="Image for etcd DNS testing"
|
||||||
RUN apt update -y
|
RUN apt update -y
|
||||||
RUN go get github.com/mattn/goreman
|
RUN go get github.com/mattn/goreman
|
||||||
|
Loading…
x
Reference in New Issue
Block a user