add all Go symlinks (#2798)

This commit is contained in:
Mikhail Timofeev
2021-02-28 10:36:00 +03:00
committed by GitHub
parent 9378641fb4
commit 7cb767267a

View File

@@ -19,8 +19,8 @@ if is_Less_Catalina; then
echo "export USE_BAZEL_VERSION=${USE_BAZEL_VERSION}" >> "${HOME}/.bashrc"
fi
# Create a symlink for Go 1.15 to preserve backward compatibility
ln -sf $(brew --prefix go@1.15)/bin/go /usr/local/bin/go
# Create symlinks for Go 1.15 to preserve backward compatibility
ln -sf $(brew --prefix go@1.15)/bin/* /usr/local/bin/
# Invoke bazel to download bazel version via bazelisk
bazel