refactor: simplify localagi-install.sh by removing GO_VERSION variable from setup_go

This commit is contained in:
John Doe
2026-03-04 10:30:43 -05:00
parent dc7d9fcb82
commit 90fc8fb1c7

View File

@@ -24,7 +24,7 @@ $STD apt install -y \
msg_ok "Installed Dependencies"
NODE_VERSION="24" setup_nodejs
GO_VERSION="latest" setup_go
setup_go
msg_info "Installing Bun"
$STD npm install -g bun