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