mirror of https://gogs.blitter.com/RLabs/xs
Added explicit toplevel pkg to go mod init cmd
This commit is contained in:
parent
85e1ff7505
commit
4a0e03798d
|
|
@ -25,9 +25,9 @@ echo "Building most recent push on branch $branch"
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
ls
|
ls
|
||||||
|
|
||||||
git pull
|
|
||||||
go clean -modcache
|
go clean -modcache
|
||||||
go mod init
|
rm -f go.{mod,sum}
|
||||||
|
go mod init blitter.com/go/xs
|
||||||
go mod tidy
|
go mod tidy
|
||||||
|
|
||||||
############
|
############
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue