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

[sdk/go] Fix plugin versioning for invoke calls #1520

Merged
merged 2 commits into from
Apr 7, 2021

Conversation

lblackstone
Copy link
Member

Proposed changes

Hardcoding to v2.6.1 was causing problems for
users that didn't have this version of the plugin
installed. Since the Go SDK always uses the
same version of the plugin as the selected
module, it should be safe to drop the version
requirement.

Related issues (optional)

Fix #1487
Fix #1451

Hardcoding to v2.6.1 was causing problems for
users that didn't have this version of the plugin
installed. Since the Go SDK always uses the
same version of the plugin as the selected
module, it should be safe to drop the version
requirement.
@lblackstone lblackstone merged commit 8afa202 into master Apr 7, 2021
@pulumi-bot pulumi-bot deleted the lblackstone/invoke-version branch April 7, 2021 19:41
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.

Using custom provider requires plugin 2.6.1 despite using newer version Plugin isn't backwards compatible
2 participants