From ecf2329b22ca857bd20805af33c51906ee3e0589 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Thu, 5 Feb 2015 17:46:01 +0100 Subject: [PATCH] Use HTTPS for Go download. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 730cea8..b072cfe 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ unexport GOBIN export GOARCH = $(subst x86_64,amd64,$(patsubst i%86,386,$(ARCH))) export GOPKG = go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz -export GOURL = http://golang.org/dl +export GOURL = https://golang.org/dl export GOROOT = $(BUILD_PATH)/root/go export GOPATH = $(BUILD_PATH)/root/gopath export GOCC = $(GOROOT)/bin/go