Skip to content
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

Set minimum Go version to 1.16 #643

Merged
merged 1 commit into from Oct 26, 2021
Merged

Set minimum Go version to 1.16 #643

merged 1 commit into from Oct 26, 2021

Conversation

riannucci
Copy link
Collaborator

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.

goconvey.go Show resolved Hide resolved
goconvey.go Show resolved Hide resolved
go.sum Outdated
@@ -1,12 +1,578 @@
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks super odd... can you figure out how all the cloudy stuff appears here? Does any of Convey's dependencies depend on Cloud?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is all indirect via gopherjs (which itself is indirect via gls). Going to be a while before we can remove these :(

@riannucci
Copy link
Collaborator Author

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

@riannucci
Copy link
Collaborator Author

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

This also selects a stable version for smartystreets/assertions.
@riannucci riannucci deleted the go116 branch October 26, 2021 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants