From 7e6a117d573963476d398207ee9b127d1cc0c024 Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Fri, 12 Dec 2014 20:22:55 -0800 Subject: [PATCH] Bump to use Go 1.4 --- .travis.yml | 2 +- CONTRIBUTING.md | 2 +- Godeps/Godeps.json | 2 +- README.md | 2 +- Vagrantfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5608d727..997fa209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - sudo apt-get install -qq tmux zsh git language: go go: - - 1.3.3 + - 1.4 install: - script/cached-bundle install --deployment --without development --jobs 3 --retry 3 script: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35331e2a..b4c45047 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Contributing to hub You will need: -1. Go 1.3 +1. Go 1.4 1. Ruby 1.9+ 2. git 1.8+ 3. tmux & zsh (optional) - for running shell completion tests diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 52a3c910..c3a5b16f 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/github/hub", - "GoVersion": "go1.3.3", + "GoVersion": "go1.4", "Packages": [ "./..." ], diff --git a/README.md b/README.md index 8edf2197..f3287953 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ in your executable path. #### Source To install `hub` 2.x from source, you need to have a [Go development environment](http://golang.org/doc/install), -version 1.3 or better: +version 1.4 or better: ~~~ sh $ git clone https://github.com/github/hub.git diff --git a/Vagrantfile b/Vagrantfile index 0f5d5d53..24de0700 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # GO_ARCHIVES = { - "linux" => "go1.3.3.linux-amd64.tar.gz", + "linux" => "go1.4.linux-amd64.tar.gz", } INSTALL = { -- GitLab