Fix for existing go.mod before generating new go.mod

This commit is contained in:
Russ Magee 2025-10-18 18:19:56 -07:00
parent af148acdd6
commit 88635f2cef
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ echo "Building most recent push on branch $branch"
git checkout "$branch" git checkout "$branch"
ls ls
rm go.{mod,sum}
go mod init go mod init
go mod tidy go mod tidy