From a69b408d854a52f6c19b68220ad1d65fbeb30e5c Mon Sep 17 00:00:00 2001 From: Sorin Dumitru Date: Wed, 21 Jan 2026 13:45:55 +0000 Subject: [PATCH] Use go.dev/dl for downloading go (#70) Signed-off-by: Sorin Dumitru Signed-off-by: Marcos Yacob --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fe7f4e..3fe7d94 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ go_version_full := $(shell cat .go-version) go_version := $(go_version_full:.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/go$(go_version).$(os1)-$(arch2).tar.gz go_path := PATH="$(go_bin_dir):$(PATH)" protoc_version = 30.2