[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

@@ -16,7 +16,6 @@ export RUNNER_TOOL_CACHE=$HOME/hostedtoolcache
export PATH=/Library/Frameworks/Mono.framework/Versions/Current/Commands:$PATH
export PATH=$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_NDK_HOME:$PATH
export PATH=/usr/local/go/bin:$PATH
export PATH=/usr/local/bin:/usr/local/sbin:~/bin:~/.yarn/bin:$PATH
export PATH="/usr/local/opt/curl/bin:$PATH"
export PATH="/usr/local/opt/ruby@2.7/bin:$PATH"

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

View File

@@ -242,7 +242,7 @@
"gh",
"gnupg",
"gnu-tar",
"go",
"go@1.15",
"helm",
"libpq",
"llvm",

View File

@@ -187,7 +187,7 @@
"gh",
"gnupg",
"gnu-tar",
"go",
"go@1.15",
"helm",
"libpq",
"llvm",

View File

@@ -120,7 +120,7 @@
"gh",
"gnupg",
"gnu-tar",
"go",
"go@1.15",
"helm",
"libpq",
"llvm",