Skip to content

Commit 3a49c16

Browse files
Updating to Go 1.5
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
1 parent 816d602 commit 3a49c16

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: go
22
sudo: false
33
go:
4-
- 1.3
4+
- 1.4.2
5+
- 1.5
56
install:
67
- export GOPATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH
78
- export PATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH
89
- go get -t -v ./...
9-
- go get code.google.com/p/go.tools/cmd/cover
10+
- go get golang.org/x/tools/cmd/cover
1011
script:
1112
- script/validate-dco
1213
- script/validate-gofmt

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.4.2-cross
1+
FROM golang:1.5
22

33
# TODO: Vendor these `go get` commands using Godep.
44
RUN go get github.com/mitchellh/gox

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.

0 commit comments

Comments
 (0)