From 88635f2cefe479b19203b30e8f062e95c77ad30a Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sat, 18 Oct 2025 18:19:56 -0700 Subject: [PATCH] Fix for existing go.mod before generating new go.mod --- bacillus/ci_pushbuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 8cfe45f..c380bc6 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -25,6 +25,7 @@ echo "Building most recent push on branch $branch" git checkout "$branch" ls +rm go.{mod,sum} go mod init go mod tidy