Open mog01 opened 1 year ago
Hello,
I could be wrong, but it looks like the public golang proxy is unable to fetch newer versions of junos_exporter.
From what I understand, a query to the golang proxy should give up-to-date versions like this, for example:
$ curl https://proxy.golang.org/github.com/optix2000/nsd_exporter/@v/list v0.3.0 v0.3.1 v0.2.0
However, asking for versions of junos_exporter, shows this:
$ curl https://proxy.golang.org/github.com/czerwonk/junos_exporter/@v/list v0.7.1
I don't know why this would be happening, does anyone have any clues please?
Hello,
I could be wrong, but it looks like the public golang proxy is unable to fetch newer versions of junos_exporter.
From what I understand, a query to the golang proxy should give up-to-date versions like this, for example:
$ curl https://proxy.golang.org/github.com/optix2000/nsd_exporter/@v/list v0.3.0 v0.3.1 v0.2.0
However, asking for versions of junos_exporter, shows this:
$ curl https://proxy.golang.org/github.com/czerwonk/junos_exporter/@v/list v0.7.1
I don't know why this would be happening, does anyone have any clues please?