mirror of https://gogs.blitter.com/RLabs/xs
Fix for existing go.mod before generating new go.mod
This commit is contained in:
parent
af148acdd6
commit
88635f2cef
|
|
@ -25,6 +25,7 @@ echo "Building most recent push on branch $branch"
|
|||
git checkout "$branch"
|
||||
ls
|
||||
|
||||
rm go.{mod,sum}
|
||||
go mod init
|
||||
go mod tidy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue