-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get convey is failing; undefined: errors.ls #600
Comments
I've hit this too today as well. This is because goconvey is depending on smartystreets/assertions repo and they recently made use of new APIs that are only available in Golang v1.13 ( tl;dr: If you use |
Thanks @sgnn7 . I have upgraded to GO v1.14 . It worked perfectly fine after that. |
To support the newest version of goconvey that doesn't break our build, we needed to update our Dockerfile builds to Golang v1.13. Upstream: smartystreets/goconvey#600
To support the newest version of goconvey that doesn't break our build, we needed to update our Dockerfile builds to Golang v1.13. Upstream: smartystreets/goconvey#600
Hi Team,
I am facing an issue while getting convey package.
Error:
Command:
go get github.com/smartystreets/goconvey/convey
# github.com/smartystreets/assertions
go\src\github.com\smartystreets\assertions\type.go:146:6: undefined: errors.Is
I have been using Convey since a long time, this issue is happening since a last few days after I reinstalled all the packages.
Go Version:
go version go1.12beta2 windows/amd64 - (Windows 10)
I have tried to install
go get github.com/smartystreets/assertions
as well but that did not help.Can someone please check.
Thanks.
The text was updated successfully, but these errors were encountered: