Codebase list golang-github-go-kit-kit / 454871a
Merge pull request #536 from suyash/patch-1 Install latest by default on Travis and update go for CircleCI Peter Bourgon authored 6 years ago GitHub committed 6 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
22 script: go test -race -v ./...
33
44 go:
5 - 1.7.5
6 - 1.8
5 - 1.7.x
6 - 1.8.x
77 - tip
11 pre:
22 - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
33 - sudo rm -rf /usr/local/go
4 - curl -sSL https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz | sudo tar xz -C /usr/local
4 - curl -sSL https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz | sudo tar xz -C /usr/local
55 services:
66 - docker
77