Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGMT-15525: Use go 1.18 when setting up environment #5422

Merged
merged 1 commit into from Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/setup_env.sh
Expand Up @@ -19,7 +19,7 @@ function golang() {
echo "Installing golang..."
curl --retry 5 --connect-timeout 30 -L https://storage.googleapis.com/golang/getgo/installer_linux -o /tmp/golang_installer
chmod u+x /tmp/golang_installer
/tmp/golang_installer
/tmp/golang_installer -version 1.18
rm /tmp/golang_installer

echo "Activating go command on current shell..."
Expand Down