diff --git a/imagesets/generic-worker-ubuntu-22-04-staging/bootstrap.sh b/imagesets/generic-worker-ubuntu-22-04-staging/bootstrap.sh index 815bd44c..31e076ca 100644 --- a/imagesets/generic-worker-ubuntu-22-04-staging/bootstrap.sh +++ b/imagesets/generic-worker-ubuntu-22-04-staging/bootstrap.sh @@ -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