golang: remove broken mirror

Remove dl.google.com mirror because it's not responding.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2026-03-06 16:21:34 +02:00
parent 04dd276744
commit b284c4de94
2 changed files with 0 additions and 2 deletions

View 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/

View 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/