diff --git a/lang/golang/golang-bootstrap/Makefile b/lang/golang/golang-bootstrap/Makefile index c9756e66d2..bf581674fe 100644 --- a/lang/golang/golang-bootstrap/Makefile +++ b/lang/golang/golang-bootstrap/Makefile @@ -15,7 +15,6 @@ PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PAT PKG_RELEASE:=1 GO_SOURCE_URLS:=https://go.dev/dl/ \ - https://dl.google.com/go/ \ https://golang.google.cn/dl/ \ https://mirrors.nju.edu.cn/golang/ \ https://mirrors.ustc.edu.cn/golang/ diff --git a/lang/golang/golang1.26/Makefile b/lang/golang/golang1.26/Makefile index 6b699711a1..0e36b336de 100644 --- a/lang/golang/golang1.26/Makefile +++ b/lang/golang/golang1.26/Makefile @@ -18,7 +18,6 @@ PKG_FILE_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_RC),rc$(GO_VERSION_ PKG_RELEASE:=1 GO_SOURCE_URLS:=https://go.dev/dl/ \ - https://dl.google.com/go/ \ https://golang.google.cn/dl/ \ https://mirrors.nju.edu.cn/golang/ \ https://mirrors.ustc.edu.cn/golang/