diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index d40dde9..741aa8d 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -25,9 +25,9 @@ echo "Building most recent push on branch $branch" git checkout "$branch" ls -git pull go clean -modcache -go mod init +rm -f go.{mod,sum} +go mod init blitter.com/go/xs go mod tidy ############