golang: remove broken mirror
authorGeorge Sapkin <redacted>
Fri, 6 Mar 2026 14:21:34 +0000 (16:21 +0200)
committerGeorge Sapkin <redacted>
Fri, 6 Mar 2026 23:15:09 +0000 (01:15 +0200)
Remove dl.google.com mirror because it's not responding.

Signed-off-by: George Sapkin <redacted>
lang/golang/golang-bootstrap/Makefile
lang/golang/golang1.26/Makefile

index c9756e66d2c560aa100f0bfaf8a1a2176ed99a6c..bf581674fecf990548d33ea14cc86e78426c4c16 100644 (file)
@@ -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/
index 6b699711a1edafe78c6d4f256e4d08e1d111cc0f..0e36b336dee56b47a503c7bddbd86f53af0ed70f 100644 (file)
@@ -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/
git clone https://git.99rst.org/PROJECT