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

Fix codecgen version mismatch #672

Closed

Conversation

adzeitor
Copy link

Codec version has been changed in 1.1.2, but current tagged
versions of etcd are compatible only with 1.1.1.

Using viper/remote with incompatible versions of etcd and codec
leads to error:

panic: codecgen version mismatch: current: 8, need 10.

Fixes #658

@CLAassistant
Copy link

CLAassistant commented Mar 21, 2019

CLA assistant check
All committers have signed the CLA.

Alexander Voykov added 2 commits March 21, 2019 15:39
This test can detect errors with dependencies like spf13#658.
Codec version has been changed in 1.1.2, but current tagged
versions of etcd are compatible only with 1.1.1.

Using viper/remote with incompatible versions of etcd and codec
leads to error:

panic: codecgen version mismatch: current: 8, need 10.

Fixes spf13#658
@adzeitor adzeitor force-pushed the bugfix/fix_codecgen_version_mismatch branch from 93ba527 to f91c6e9 Compare March 21, 2019 12:39
@anthonyfok
Copy link
Collaborator

Please see the latest discussion at "Fix module issues once and for all" at ugorji/go#299

@sagikazarmark
Copy link
Collaborator

This should already be fixed

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.

Viper doesn't work with etcd
4 participants