From 459ae8b83f586e370c55614802e0a559e02ccbf8 Mon Sep 17 00:00:00 2001 From: joy Date: Fri, 24 Oct 2025 10:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/dcgm-exporter.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/dcgm-exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dcgm-exporter.sh b/scripts/dcgm-exporter.sh index dd5c1ba..bf103ac 100644 --- a/scripts/dcgm-exporter.sh +++ b/scripts/dcgm-exporter.sh @@ -89,7 +89,7 @@ check_dcgm() { install_go() { log "安装Go环境 (版本: $GO_VERSION)..." GO_PACKAGE="go${GO_VERSION}.linux-amd64.tar.gz" - DL_URL="https://golang.google.cn/dl/$GO_PACKAGE" + DL_URL="https://mirrors.aliyun.com/golang/$GO_PACKAGE" TMP_PACKAGE="/tmp/$GO_PACKAGE" # 下载安装包