Open stiks opened 6 years ago
delete the folder src/github.com/valyala/fasttemplate/vendor
and try deploy again.
Yeah, I did. But this is not a solution to my problem. I've changed CI to delete the folder it exists.
Not simply remove folder. Had to delete it and run go get afterwards
Thank you !! I soluted problem !! we get the same error, but in my case , i uninstalled & installed it.
$ rm-rf $GOPATH/src/github.com/valyala/fasttemplate/vendor`
$ go get install github.com/valyala/fasttemplate/vendor
$ gcloud app deploy or $ gcloud app deploy passto/***.yaml
I did sucess deployng 🙂✨!!
Trying to deploy my code based on Echo Framework, and getting GAE error:
As far as I can see, GAE from Go 1.9.1 (I believe) stop reading subpackage vendors folder. When I delete /vendors folder in fasttemplate, build going through without issues.