mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Reintroduce go mod init/tidy
This commit is contained in:
parent
653e732445
commit
254e9fb7d6
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ ls
|
||||||
stage "Build"
|
stage "Build"
|
||||||
############
|
############
|
||||||
echo "Recreating go.mod from scratch ..."
|
echo "Recreating go.mod from scratch ..."
|
||||||
#!mv go.mod go.mod.git || true
|
mv go.mod go.mod.git || true
|
||||||
#!mv go.sum go.sum.git || true
|
mv go.sum go.sum.git || true
|
||||||
#!go mod init
|
go mod init
|
||||||
#!go mod tidy
|
go mod tidy
|
||||||
|
|
||||||
echo "Cleaning go mod cache ..."
|
echo "Cleaning go mod cache ..."
|
||||||
go clean -modcache
|
go clean -modcache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue