Closed tbpg closed 4 years ago
cc @nilebox @dashpole
@tbpg It seems that you're using the HEAD revision for some reason? The breaking change wasn't released yet AFAICT.
Can't you pin the dependency tag to v0.22.5
?
@dashpole if we can come up with a backward compatible solution that would be preferred over the reverted change. We can't expect every library to migrate to the latest OpenCensus release.
In GOPATH mode, you need some extra dependency/vendor management to depend on a specific version. We don't have that at the moment.
This reverts commit fc3822be251c0e5c0d1b92bd51fabe401fe3c0bf.
This is causing a break in Google Cloud Functions, which depends on master when running in GOPATH mode.
See https://github.com/GoogleCloudPlatform/functions-framework-go/issues/56.
Here is the error: