Skip to content

Commit

Permalink
Update the Go Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhall-pivotal committed Jun 21, 2024
1 parent ef85f4d commit 2963bd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/tasks/build/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2963bd1

Please sign in to comment.