Skip to content

Commit

Permalink
fix: delete kludge tarball so we can commit
Browse files Browse the repository at this point in the history
Downloading the golang tarball into the git repo causes an issue with
committing the version file update. This fix removes the file so that we
can check in and move on.

Co-authored-by: Steve Taylor <[email protected]>
  • Loading branch information
staylor14 committed Apr 19, 2024
1 parent 42b4b77 commit efdc352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/tasks/build/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ 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
rm -rf /usr/local/go
mv go /usr/local

Expand Down

0 comments on commit efdc352

Please sign in to comment.