Let's try a different approach.

This commit is contained in:
Azareal 2019-09-29 17:34:54 +10:00
parent 9859042f54
commit 1285404a93
1 changed files with 5 additions and 8 deletions

View File

@ -4,16 +4,13 @@ echo "Updating the dependencies"
} || {
echo "Failed to copy bundled generated easyjson file"
}
go get
{
$GO111MODULE = off
go get -u github.com/mailru/easyjson/...
easyjson -pkg common
} || {
echo "Defaulting to bundled generated easyjson file"
}
{
go get
} || {
go get -u github.com/mailru/easyjson/...
go get
}
$GO111MODULE = auto
go get