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

Update go module to v2 #32

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

TobiPeterG
Copy link
Contributor

go get fails with this message:

go get -u github.com/nautobot/go-nautobot@v2.3.0-beta
go: github.com/nautobot/go-nautobot@v2.3.0-beta: invalid version: module contains a go.mod file, so module path must match major version ("github.com/nautobot/go-nautobot/v2")

This fixes the issue by updating go-nautobot to declare itself as v2.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this hidden Readme?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need the hidden README because the code generator overrides the regular README with the auto generated one.
Since we don't want to use that, we have to store our README somewhere.
So I decided to do it this way. :)

Copy link
Contributor

@chadell chadell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chadell chadell merged commit 11be6cd into nautobot:main Sep 20, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants