This message was deleted.
s
This message was deleted.
a
FYI, pinning dependency versions work, but it is tedious for pinning versions for each new added dependency; could we update SigNoz to use at least Go 1.16 by the next release?
v
@User Looks like this is due to using very old version of prometheus.
a
I can confirm this is true, as even after pinning depedency versions, the above error still arises. The
main
branch of
prometheus
is almost ~800+ commits ahead of SigNoz's fork.
v
@User We are planning to deprecate prometheus within next 2 weeks which will also solve the dependency issues. Please pick some other task for now. Thanks
a
No worries! I solved it using
replace <http://github.com/hashicorp/consul|github.com/hashicorp/consul> => <http://github.com/hashicorp/consul/api|github.com/hashicorp/consul/api> v1.1.0
in #821.
🙌 1
v
Cool