We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: