Upgrade to Go 1.2.

Change-Id: If8451257487edc4b76f4248f6e6b47c073dea183
This commit is contained in:
Julius Volz 2014-01-24 16:13:36 +01:00
parent b382e8b7bd
commit 18d9d00100

View file

@ -30,7 +30,7 @@ ARCH=$(shell uname -m)
BUILD_PATH = $(PWD)/.build
GO_VERSION := 1.1
GO_VERSION := 1.2
GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(OS)))
GOARCH = $(subst x86_64,amd64,$(ARCH))
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH).tar.gz