Update contrib.go.opencensus.io/exporter/stackdriver to v0.13.13#2779
Update contrib.go.opencensus.io/exporter/stackdriver to v0.13.13#2779saschagrunert wants to merge 1 commit intogoogle:masterfrom
v0.13.13#2779Conversation
This also requries a bump to the latest etcd alpha and helps to fix the usage of the retracted module github.com/prometheus/prometheus@v2.5.0+incompatible. How to reproduce: ``` > go list --mod=mod -u -m --json all go: github.com/prometheus/prometheus@v2.5.0+incompatible: retracted by module author ``` Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
25da2a2 to
8f062e6
Compare
|
/gcbrun |
roger2hk
left a comment
There was a problem hiding this comment.
Thank you very much for your contribution. There are two issues in this PR.
The PR title and description do not match because there are more than one changes. I would recommend you to bump a dependency version in each PR.
For the go.etcd.io/etcd dependency version updates, they are alpha versions. Unless there is any security alert, I would prefer to upgrade when the stable release is ready.
Alright, let's wait for etcd to be out of alpha and give the update another try when the time is right. |
This also requries a bump to the latest etcd alpha and helps to fix the
usage of the retracted module github.com/prometheus/prometheus@v2.5.0+incompatible.
How to reproduce:
Checklist