release: v0.19.0
odeke-em opened this issue · 4 comments
Coming here from census-ecosystem/opencensus-go-exporter-ocagent#38
we recently imported the new resource package into ocagent-go-exporter but unfortunately a v0.19.0 release hasn't yet been made here hence we can't update our Go modules.
/cc @bogdandrutu @rakyll
hence we can't update our Go modules.
Note that you can request pre-release versions explicitly: go get go.opencensus.io@master
currently resolves to a pseudo-version starting with v0.18.1-0.
.
0.19.0 has been released.
Note that you can request pre-release versions explicitly: go get go.opencensus.io@master currently resolves to a pseudo-version starting with v0.18.1-0..
Thank you @bcmills for the help with that!
0.19.0 has been released.
Thank you @sagikazarmark for the ping!