Skip to content

Commit

Permalink
Remove Go 1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
waltarix committed Feb 24, 2015
1 parent 4687cbb commit c026934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go

go:
- 1.4.1
- 1.3.3

# let us have pretty experimental Docker-based Travis workers
sudo: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ and `make` installed.

### Install from source

You need to have the [Go compiler (v1.3 or higher)](http://golang.org) installed, and `$GOPATH`
You need to have the [Go compiler (v1.4 or higher)](http://golang.org) installed, and `$GOPATH`
[properly setup](http://golang.org/doc/code.html#GOPATH). Then run

go get github.com/boot2docker/boot2docker-cli
Expand All @@ -77,7 +77,7 @@ You can cross compile to OS X, Windows, and Linux. For that you need to first
[make your Go compiler ready for cross compiling to the target
platforms](http://stackoverflow.com/questions/12168873/cross-compile-go-on-osx).

Please make sure you build with golang v1.3 or later - it is required for
Please make sure you build with golang v1.4 or later - it is required for
`boot2docker download` to work on OS X.

We provide a Makefile to make the process a bit easier.
Expand Down

0 comments on commit c026934

Please sign in to comment.