From b284c4de944d597db33c9afdd98e7cb00d1ab6e1 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Fri, 6 Mar 2026 16:21:34 +0200 Subject: [PATCH] golang: remove broken mirror Remove dl.google.com mirror because it's not responding. Signed-off-by: George Sapkin --- lang/golang/golang-bootstrap/Makefile | 1 - lang/golang/golang1.26/Makefile | 1 - 2 files changed, 2 deletions(-) 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/