[macOS] Stick to go 1.15 (#2795)

This commit is contained in:
Mikhail Timofeev
2021-02-27 11:45:49 +03:00
committed by GitHub
parent 12ba306121
commit 9378641fb4
5 changed files with 6 additions and 4 deletions

View File

@@ -19,6 +19,9 @@ 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
# Invoke bazel to download bazel version via bazelisk
bazel