Almost there.
This commit is contained in:
parent
43fa0a5d78
commit
69e1e8d364
|
@ -8,9 +8,13 @@ echo "Updating the dependencies"
|
||||||
{
|
{
|
||||||
GO111MODULE="off"
|
GO111MODULE="off"
|
||||||
go get -u github.com/mailru/easyjson/...
|
go get -u github.com/mailru/easyjson/...
|
||||||
easyjson -pkg common
|
|
||||||
} || {
|
} || {
|
||||||
echo "Defaulting to bundled generated easyjson file"
|
echo "Defaulting to bundled generated easyjson file"
|
||||||
}
|
}
|
||||||
GO111MODULE="auto"
|
GO111MODULE="auto"
|
||||||
|
{
|
||||||
|
easyjson -pkg common
|
||||||
|
} || {
|
||||||
|
echo "Defaulting to bundled generated easyjson file"
|
||||||
|
}
|
||||||
go get
|
go get
|
Loading…
Reference in New Issue