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

ci: run go native tests against modern versions of go #505

Merged

Conversation

consideRatio
Copy link
Collaborator

@consideRatio consideRatio commented Mar 26, 2022

I didn't understand enough about go to successfully run the go native tests defined in dask-gateway-server/dask-gateway-proxy against versions 1.16+. I've now pieced together some additional understanding to get this to work. I think the gist was that we had to install golang test dependencies part of the project, and not globally for Go 1.16+.

This could perhaps be worked around by having a global environment variable GO111MODULE=auto, or setup the test dependencies in another way somehow? I'm not sure. For now, this change to run go get from the folder with the golang code seems like a good resolution that seem to work for many versions of golang.

Copy link
Member

@jcrist jcrist left a comment

Choose a reason for hiding this comment

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

Makes sense to me, thanks!

@jcrist jcrist merged commit 32278a0 into dask:main Mar 26, 2022
@consideRatio
Copy link
Collaborator Author

Thank you @jcrist for review/merge!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants