Use https:// GOURL

This commit is contained in:
Fabian Reinartz 2015-01-31 23:17:56 +01:00
parent 75422f5306
commit bd4d04f371
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ unexport GOBIN
GOARCH = $(subst x86_64,amd64,$(ARCH))
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
GOURL ?= http://golang.org/dl
GOURL ?= https://golang.org/dl
GOROOT = $(BUILD_PATH)/root/go
GOPATH = $(BUILD_PATH)/root/gopath
GOCC = $(GOROOT)/bin/go