更新 scripts/dcgm-exporter.sh

更改了 go 的下载地址
This commit is contained in:
escapeicon 2025-10-23 08:21:44 +08:00
parent 371b63ac3e
commit ae19556df4
1 changed files with 1 additions and 1 deletions

View File

@ -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="http://10.101.0.51:5588/yindun-iso/go/$GO_PACKAGE"
TMP_PACKAGE="/tmp/$GO_PACKAGE"
# 下载安装包