You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix building with Go 1.12 in Travis CI
Travis clones the source code under GOPATH and uses GO11MODULE=auto
by default, which disables modules when Go 1.12 is being used.
This is now a breaking problem because the master of
github.com/stretchr/testify/assert requires Go 1.13. Using a
specific version of assert requires either vendoring all
dependencies or forcing Go 1.12 to use modules.
* Fix path to a distribution public key that no longer exists
Co-authored-by: Cody Jones <[email protected]>
0 commit comments