From: George Sapkin Date: Fri, 6 Mar 2026 14:21:34 +0000 (+0200) Subject: golang: remove broken mirror X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b284c4de944d597db33c9afdd98e7cb00d1ab6e1;p=openwrt-packages.git golang: remove broken mirror Remove dl.google.com mirror because it's not responding. Signed-off-by: George Sapkin --- diff --git a/lang/golang/golang-bootstrap/Makefile b/lang/golang/golang-bootstrap/Makefile index c9756e66d..bf581674f 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 6b699711a..0e36b336d 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/