Changed Go version to 1.5.1
This commit is contained in:
parent
704e8f76d8
commit
a8fbe6a20d
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ ifeq ($(GOOS),darwin)
|
|||
RELEASE_SUFFIX ?= -osx$(shell sw_vers -productVersion)
|
||||
endif
|
||||
|
||||
GO_VERSION ?= 1.4.2
|
||||
GO_VERSION ?= 1.5.1
|
||||
GOURL ?= https://golang.org/dl
|
||||
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
|
||||
GOPATH := $(CURDIR)/.build/gopath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue