Pin Go to the version each project declares in go.mod (#16976)

This commit is contained in:
CanbiZ (MickLesk)
2026-09-03 15:45:59 +02:00
committed by GitHub
parent 7f637a474c
commit d1855048f0
30 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -27,9 +27,9 @@ setup_deb822_repo \
$STD apt install -y dotnet-sdk-10.0
msg_ok "Installed Dependencies"
setup_go
fetch_and_deploy_gh_release "networkoptimizer" "Ozark-Connect/NetworkOptimizer" "tarball"
GO_VERSION="$(grep -m1 '^go ' /opt/networkoptimizer/src/uwnspeedtest/go.mod | awk '{print $2}')" setup_go
msg_info "Building NetworkOptimizer"
RID="linux-x64"