We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2542794 commit 8529794Copy full SHA for 8529794
1 file changed
packages/google-cloud-bigtable/test_proxy/run_tests.sh
@@ -15,8 +15,8 @@
15
# attempt download golang if not found
16
if [[ ! -x "$(command -v go)" ]]; then
17
echo "Downloading golang..."
18
- wget https://go.dev/dl/go1.20.4.linux-amd64.tar.gz
19
- tar -xzf go1.20.4.linux-amd64.tar.gz
+ wget https://go.dev/dl/go1.24.0.linux-amd64.tar.gz
+ tar -xzf go1.24.0.linux-amd64.tar.gz
20
export GOROOT=$(pwd)/go
21
export PATH=$GOROOT/bin:$PATH
22
export GOPATH=$HOME/go
0 commit comments