Update used Go version from 1.2.1 to 1.4.

This commit is contained in:
Julius Volz 2014-12-19 14:06:14 +01:00
parent c2ed40c71c
commit deef44ca73
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.2.1
- 1.4
script:
- make -f Makefile

View File

@ -18,7 +18,7 @@ MAC_OS_X_VERSION ?= 10.8
BUILD_PATH = $(PWD)/.build
export GO_VERSION = 1.2.1
export GO_VERSION = 1.4
export GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(OS)))
ifeq ($(GOOS),darwin)