smarty / assertions

Fluent assertion-style functions used by goconvey and gunit. Can also be used in any test or application.
Other
100 stars 34 forks source link

Problem running test #38

Closed evandronmota closed 4 years ago

evandronmota commented 4 years ago

Hey, I updated to v1.1.0 and got this message error when running a test:

# github.com/vtex/courier/vendor/github.com/smartystreets/assertions
vendor/github.com/smartystreets/assertions/type.go:146:6: undefined: errors.Is

I had to rollback to the previous version.

Just wanted to let you know.

joliver commented 4 years ago

The minimum supported version of Go is now v1.13 which defines the errors.Is function.