grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
10.13k stars 614 forks source link

chore: update updater #3629

Closed kolesnikovae closed 1 month ago

kolesnikovae commented 1 month ago

CI pipeline fails on main due to:

GOBIN=/home/runner/work/pyroscope/pyroscope/.tmp/bin GOPRIVATE=github.com/grafana/deployment_tools go install github.com/grafana/deployment_tools/drone/plugins/cmd/updater@d64d509 go: downloading github.com/grafana/deployment_tools/drone/plugins v0.0.0-20220712102523-d64d5092c42b go: downloading github.com/grafana/deployment_tools v0.0.0-20220712102523-d64d5092c42b go: github.com/grafana/deployment_tools/drone/plugins/cmd/updater@d64d509: loading deprecation for github.com/grafana/deployment_tools/drone/plugins: no matching versions for query "latest" make: *** [Makefile:353: /home/runner/work/pyroscope/pyroscope/.tmp/bin/updater] Error 1

I'm not entirely sure what caused this (it may be modcache, or expired token), but it looks like we haven't been updating the tool for a while. Since then it changed its package path. I hope updating it will resolve the problem, although I can't reproduce it locally