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

Go: Add go.work file #15362

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Go: Add go.work file #15362

wants to merge 1 commit into from

Conversation

mbg
Copy link
Member

@mbg mbg commented Jan 17, 2024

Go 1.22 supports our setup with vendored dependencies in workspace mode. This PR adds a suitable workspace file for the extractor, which allows Go tooling to work correctly for the extractor.

@mbg mbg self-assigned this Jan 17, 2024
@github-actions github-actions bot added the Go label Jan 17, 2024
@smowton
Copy link
Contributor

smowton commented Jan 18, 2024

Seems sensible. Remind me what this adds compared to our current situation?

@mbg
Copy link
Member Author

mbg commented Jan 18, 2024

@smowton This allows e.g. gopls to work correctly with the extractor / VSCode.

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