forked from mirror/client_golang
Update used Go version from 1.2.1 to 1.4.
This commit is contained in:
parent
c2ed40c71c
commit
deef44ca73
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.2.1
|
- 1.4
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make -f Makefile
|
- make -f Makefile
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ MAC_OS_X_VERSION ?= 10.8
|
||||||
|
|
||||||
BUILD_PATH = $(PWD)/.build
|
BUILD_PATH = $(PWD)/.build
|
||||||
|
|
||||||
export GO_VERSION = 1.2.1
|
export GO_VERSION = 1.4
|
||||||
export GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(OS)))
|
export GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(OS)))
|
||||||
|
|
||||||
ifeq ($(GOOS),darwin)
|
ifeq ($(GOOS),darwin)
|
||||||
|
|
Loading…
Reference in New Issue