From 257005e6d5485ade39b2efc1887c609346b4d16f Mon Sep 17 00:00:00 2001 From: Sorin Dumitru Date: Fri, 12 Dec 2025 18:27:32 +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 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