mirror of https://gogs.blitter.com/RLabs/xs
Create go.{mod,sum} prior to make
This commit is contained in:
parent
cd042fb81a
commit
c466898072
|
|
@ -25,6 +25,9 @@ echo "Building most recent push on branch $branch"
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
ls
|
ls
|
||||||
|
|
||||||
|
go mod init blitter.com/go/xs
|
||||||
|
go mod tidy
|
||||||
|
|
||||||
############
|
############
|
||||||
stage "Build"
|
stage "Build"
|
||||||
############
|
############
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue