From 617985cddb1e560a6a4eed90a4ba210fa6862dbe Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Mon, 8 Dec 2025 22:16:20 -0800 Subject: [PATCH] Wrong mod name -- remove go.{mod,sum} removal to see if it helps --- bacillus/ci_pushbuild.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 741aa8d..ea20161 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -25,11 +25,6 @@ echo "Building most recent push on branch $branch" git checkout "$branch" ls -go clean -modcache -rm -f go.{mod,sum} -go mod init blitter.com/go/xs -go mod tidy - ############ stage "Build" ############