From 59f9faf41687d836f59c2c00ce3bcedd6323852f Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Sat, 31 Jan 2015 22:46:42 +0100 Subject: [PATCH] Use https:// GOURL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0be9580..430ee68d 100644 --- a/Makefile +++ b/Makefile @@ -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