Skip to content

Commit 8529794

Browse files
committed
chore: fix typo
1 parent 2542794 commit 8529794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-bigtable/test_proxy/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# attempt download golang if not found
1616
if [[ ! -x "$(command -v go)" ]]; then
1717
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
18+
wget https://go.dev/dl/go1.24.0.linux-amd64.tar.gz
19+
tar -xzf go1.24.0.linux-amd64.tar.gz
2020
export GOROOT=$(pwd)/go
2121
export PATH=$GOROOT/bin:$PATH
2222
export GOPATH=$HOME/go

0 commit comments

Comments
 (0)