Skip to content

Commit 4540125

Browse files
Upgrade to Go 1.23.4
Upgrade the base Go installation to 1.23.4.
1 parent 922fc40 commit 4540125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/base-images/base-builder/install_go.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
################################################################################
1717

1818
cd /tmp
19-
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz
19+
wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz
2020
mkdir temp-go
21-
tar -C temp-go/ -xzf go1.22.1.linux-amd64.tar.gz
21+
tar -C temp-go/ -xzf go1.23.4.linux-amd64.tar.gz
2222
mkdir /root/.go/
2323
mv temp-go/go/* /root/.go/
2424
rm -rf temp-go

0 commit comments

Comments
 (0)