Create go.{mod,sum} prior to make

This commit is contained in:
Russ Magee 2025-12-08 22:20:03 -08:00
parent cd042fb81a
commit c466898072
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ echo "Building most recent push on branch $branch"
git checkout "$branch"
ls
go mod init blitter.com/go/xs
go mod tidy
############
stage "Build"
############