Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Commit

Permalink
*: Update vendor tooling to use dep and bump etcd to v3.3.9 (#62)
Browse files Browse the repository at this point in the history
This PR is an update to #53 bumping etcd to v3.3.9 and go 1.10.3. Although dep will be replaced with vgo in the future keeping the tooling in sync with etcd with make management easier.
  • Loading branch information
hexfusion authored Sep 9, 2018
1 parent c5233dd commit 78178db
Show file tree
Hide file tree
Showing 913 changed files with 280,134 additions and 69,556 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ language: go
sudo: false

go:
- 1.8.3
- 1.10.3
- tip

install:
- go get -v -d github.com/coreos/discovery.etcd.io

script:
- ./tests.sh
- OS=linux GOARCH=amd64 ETCD_VERSIONS="v3.2.24 v3.3.9" ./tests.sh
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.8.3
FROM golang:1.10.3
MAINTAINER "CoreOS, Inc"
EXPOSE 8087

Expand Down
Loading

0 comments on commit 78178db

Please sign in to comment.