From 6634c2a3e67c4a8f665f52da9eb19a14ebcc9063 Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Tue, 23 Jul 2024 12:22:42 -0400 Subject: [PATCH] Update task.sh Updating Go Version to match go.mod 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 0360d903..7ce1582d 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.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 +# Kludge to get this thing buillt by go 1.22.5 +wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz +tar xf go1.22.5.linux-amd64.tar.gz +rm go1.22.5.linux-amd64.tar.gz rm -rf /usr/local/go mv go /usr/local