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 etcd to v3.3.25 #11

Merged
merged 1 commit into from
Nov 5, 2020
Merged

Conversation

SVilgelm
Copy link

  • Pinning bbold to use v1.3.3 to avoid adding the go.etcd.io/bbolt to go.mod:
    go get github.com/coreos/[email protected]
  • Pinning grpc to use v1.29.1 to avoid an issue with naming package:
    go get google.golang.org/[email protected]
  • Updating etcd:
    go get github.com/coreos/[email protected]
  • Updating vendor folder:
    go mod vendor

* Pinning bbold to use v1.3.3 to avoid adding the go.etcd.io/bbolt to go.mod:
  `go get github.com/coreos/[email protected]`
* Pinning grpc to use v1.29.1 to avoid an issue with naming package:
  `go get google.golang.org/[email protected]`
* Updating etcd:
  `go get github.com/coreos/[email protected]`
* Updating vendor folder:
  `go mod vendor`
@bketelsen bketelsen merged commit f295231 into bketelsen:master Nov 5, 2020
@bketelsen
Copy link
Owner

Thanks for the PR!

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