Skip to content

Commit

Permalink
workaround golang/go#61455
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Feb 14, 2024
1 parent df4fa50 commit 1e9e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagesets/generic-worker-ubuntu-22-04-staging/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ echo '%snap_sudo ALL=(ALL:ALL) NOPASSWD: /usr/bin/snap' | EDITOR='tee -a' visudo

# build generic-worker/livelog/start-worker/taskcluster-proxy from ${TASKCLUSTER_REF} commit / branch / tag etc
retry apt-get install -y git tar
retry curl -fsSL 'https://dl.google.com/go/go1.21.4.linux-amd64.tar.gz' > go.tar.gz
retry curl -fsSL 'https://dl.google.com/go/go1.22.0.linux-amd64.tar.gz' > go.tar.gz
tar xvfz go.tar.gz -C /usr/local
export HOME=/root
export GOPATH=~/go
Expand Down

0 comments on commit 1e9e4a6

Please sign in to comment.