Wrong mod name -- remove go.{mod,sum} removal to see if it helps

This commit is contained in:
Russ Magee 2025-12-08 22:16:20 -08:00
parent 4a0e03798d
commit 617985cddb
1 changed files with 0 additions and 5 deletions

View File

@ -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"
############