Skip to content

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.

2 participants