-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Bump go-plugin dep #20966
Bump go-plugin dep #20966
Conversation
Bumps the go-plugin package to pick up a bugfix that broke our project on Windows. Our project uses the Vault SDK and we'd like to bump to the latest, but can't until the Windows bugfix is picked up. I had some issues with the go tooling, it wasn't quite happy with the current state of go.mod. Forcing an upgrade of go-plugin to the same version that currently appears in go.mod resulted in many other dependency changes, so I resorted to editing manually ... what am I doing wrong? Thanks in advance for your help here
b650967
to
a951b45
Compare
Unless I've misunderstood how Go works, you should be able to just ask Go to use the new go-plugin version in your own project (
There does appear to be something weird going on, I ended up opening golang/go#60588. Separately, please run Line 23 in 155003a
and you have changed the sdk's go.mod .
|
Ah awesome, thank you!
Sure, just pushed that up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for raising! I added a changelog, LGTM
Bumps the go-plugin package to pick up a bugfix that broke our project on Windows. Our project uses the Vault SDK and we'd like to bump to the latest, but can't until the Windows bugfix is picked up.
I had some issues with the go tooling, it wasn't quite happy with the current state of go.mod. Forcing an upgrade of go-plugin to the same version that currently appears in go.mod resulted in many other dependency changes, so I resorted to editing manually ... what am I doing wrong?
Thanks in advance for your help here