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

Update golang.org/x/tools for 1.18 fix #776

Merged
merged 2 commits into from
Apr 13, 2022
Merged

Conversation

cretz
Copy link
Member

@cretz cretz commented Apr 13, 2022

What was changed

golang.org/x/tools was previously an optional dependency and on an old version that doesn't work with 1.18. So when we updated CI for 1.18 the generatorcheck failed. This makes the dependency included in the SDK and upgrades it to 1.10 to fix 1.18 issues.

Why?

golang.org/x/tools version wasn't working on 1.18. Was giving:

internal error: package "bytes" without types was imported from "go.temporal.io/api/workflowservice/v1"

@cretz cretz merged commit 8651550 into temporalio:master Apr 13, 2022
@cretz cretz deleted the update-tools branch April 13, 2022 20:34
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.

2 participants