Use https:// GOURL

This commit is contained in:
Fabian Reinartz 2015-01-31 22:46:42 +01:00
parent 52b6911c52
commit 59f9faf416

View file

@ -20,7 +20,7 @@ RELEASE_SUFFIX ?=
endif
GO_VERSION ?= 1.4.1
GOURL ?= http://golang.org/dl
GOURL ?= https://golang.org/dl
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
GOROOT := $(CURDIR)/.deps/go
GOPATH := $(CURDIR)/.deps/gopath