smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.24k stars 555 forks source link

Set minimum Go version to 1.16 #643

Closed riannucci closed 2 years ago

riannucci commented 2 years ago

This also selects stable versions for go.mod dependencies.

Unfortunately, the gopherjs dependency is an indirect dependency of gls, which supports gopherjs specifically for the purpose of allowing GoConvey to work with gopherjs applications.

riannucci commented 2 years ago

Note; I think we can remove the x/tools dependency later, but the gls dependency is going to be hard to fix

riannucci commented 2 years ago

Updated to ONLY bump the version on the assertions library; The other dependencies will need to be whittled away carefully.