Removed go.mod, go.sum

This commit is contained in:
Russ Magee 2024-07-15 02:06:26 -07:00
parent bfcd097a14
commit 12409319e7
3 changed files with 3 additions and 180 deletions

View file

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