From 2963bd1f7e1ae2cd10a51991ed3086635a318bd9 Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Fri, 21 Jun 2024 16:30:17 -0400 Subject: [PATCH] Update the Go Version --- ci/tasks/build/task.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/tasks/build/task.sh b/ci/tasks/build/task.sh index 60c79cf0..0360d903 100755 --- a/ci/tasks/build/task.sh +++ b/ci/tasks/build/task.sh @@ -11,10 +11,10 @@ cd om git remote set-url origin https://github.com/pivotal-cf/om git fetch -t -P -p -# Kludge to get this thing buillt by go 1.22.2 -wget https://go.dev/dl/go1.22.2.linux-amd64.tar.gz -tar xf go1.22.2.linux-amd64.tar.gz -rm go1.22.2.linux-amd64.tar.gz +# Kludge to get this thing buillt by go 1.22.4 +wget https://go.dev/dl/go1.22.4.linux-amd64.tar.gz +tar xf go1.22.4.linux-amd64.tar.gz +rm go1.22.4.linux-amd64.tar.gz rm -rf /usr/local/go mv go /usr/local