Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme is incorrect to install netbox golang package #169

Closed
softengineer opened this issue Mar 26, 2024 · 1 comment
Closed

Readme is incorrect to install netbox golang package #169

softengineer opened this issue Mar 26, 2024 · 1 comment

Comments

@softengineer
Copy link

softengineer commented Mar 26, 2024

Followed readme instruction, I tried to install golang package by command :

go get github.com/netbox-community/go-netbox/[email protected]

And got error:
go: github.com/netbox-community/go-netbox/[email protected]: invalid version: unknown revision v3.7.1-0

Also if just type:
go get github.com/netbox-community/go-netbox/v3

The result in go.mod is not latest version of v3 (assume it should be v3.7.1-0)

It works for using correct tag by command:
go get github.com/netbox-community/go-netbox/[email protected]

@v0ctor
Copy link
Collaborator

v0ctor commented May 6, 2024

Fixed. Thanks!

@v0ctor v0ctor closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants