You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
In https://github.com/cloudfoundry-community/stackdriver-tools/blob/v2.0.1/src/stackdriver-nozzle/version/version.go
There is this comment:
// release is set by the linker on published buildsreferring to an unexported variable
release.This needs investigation, ans I don't see anything touching this variable; it looks like it's always set to
dev. Maybe the old CI updated this?