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

[Bug] Workaround for broken etcd gomod import #1961

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

jpmcb
Copy link
Contributor

@jpmcb jpmcb commented Apr 17, 2020

This PR is in reference to issue #1952 and a previous PR #1953

Using this script we were able to successfully upgrade and vendor the etcd code which was breaking go get github.com/grafana/loki

We tested this with make test and used an empty go init project with a replace statement to our local ../workspace/loki path with these changes. After this upgrade, we successfully could go get from the local clone indicating the go mod is fixed with these changes!

Please let me know if you have questions!

Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cyriltovena cyriltovena merged commit 2078a7d into grafana:master Apr 17, 2020
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