-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add go-bindata-assetfs to glide #752
Conversation
CI failure is not related to this change. Fix is #753 @cory-klein could you please sign commits with |
@pavolloffay Done |
did you run |
@cory-klein the change looks good, please just run |
@pavolloffay Done |
it if failing on travis. Could you please also sing the last commit? |
Doh, sorry forgot the -s on that last one. Re-committed with it included this time. |
Build is failing here:
But it's not apparent to me whether this could be caused by changes specific to this PR. The cited viper.go code is here. Here is an excerpt:
|
Looks like a breaking change was introduced in viper? Do you mind pinning viper to 25b30aa063fc18e48662b86996252eabdcf2f0c7 in glide.yaml and see if that passes? |
Signed-off-by: Cory Klein <cory.klein@saucelabs.com>
Signed-off-by: Cory Klein <cory.klein@saucelabs.com>
Signed-off-by: Cory Klein <cory.klein@saucelabs.com>
Signed-off-by: Cory Klein <cory.klein@saucelabs.com>
Signed-off-by: Cory Klein <cory.klein@saucelabs.com>
@pavolloffay Mind checking one last time? All automated build checks finally passed. |
glide.yaml
Outdated
@@ -46,11 +46,12 @@ import: | |||
- package: github.com/spf13/cobra | |||
version: 0.0.1 | |||
- package: github.com/spf13/viper | |||
version: ^1 | |||
version: 25b30aa063fc18e48662b86996252eabdcf2f0c7 |
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.
I don't think this is necessary, it looks like viper did a bad release 1.0.1 and then rolled back the change and re-released as 1.0.2, so our pin ^1
should still work.
Signed-off-by: Cory Klein <cory.klein@saucelabs.com>
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!
@yurishkuro Everything looks green! 😄 |
great, thanks! |
* master: Configure Gorilla router to allow slash in path params (jaegertracing#736) Add go-bindata-assetfs to glide (jaegertracing#752)
Resolves Issue #751