From 0d3fe36dc772579130bb5271f9c0f5d9426dd7e6 Mon Sep 17 00:00:00 2001 From: Sorin Dumitru Date: Fri, 12 Dec 2025 18:28:56 +0000 Subject: [PATCH] Use go.dev/dl for downloading go Signed-off-by: Sorin Dumitru --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee22b31..37c4692 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ go_version_full := $(shell cat .go-version) go_version := $(go_version_full:.0=.0) go_dir := $(build_dir)/go/$(go_version) go_bin_dir := $(go_dir)/bin -go_url = https://storage.googleapis.com/golang/go$(go_version).$(os1)-$(arch2).tar.gz +go_url = https://go.dev/dl/golang/go$(go_version).$(os1)-$(arch2).tar.gz go_path := PATH="$(go_bin_dir):$(PATH)" # go-check checks to see if there is a version of Go available matching the