update go version to 1.22.5

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
Akhil Mohan
2024-07-03 11:55:48 +05:30
parent 1fb1882c7d
commit 56495b404d
8 changed files with 9 additions and 9 deletions

View File

@@ -43,11 +43,11 @@ go run main.go --target_dir $SRC/containerd/images
apt-get update && apt-get install -y wget
cd $SRC
wget --quiet https://go.dev/dl/go1.22.4.linux-amd64.tar.gz
wget --quiet https://go.dev/dl/go1.22.5.linux-amd64.tar.gz
mkdir temp-go
rm -rf /root/.go/*
tar -C temp-go/ -xzf go1.22.4.linux-amd64.tar.gz
tar -C temp-go/ -xzf go1.22.5.linux-amd64.tar.gz
mv temp-go/go/* /root/.go/
cd $SRC/containerd