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

Go Versioning #85

Open
nyarly opened this issue Apr 13, 2023 · 0 comments
Open

Go Versioning #85

nyarly opened this issue Apr 13, 2023 · 0 comments
Labels

Comments

@nyarly
Copy link

nyarly commented Apr 13, 2023

Describe the bug

Because the project is tagged v3 and has a go.mod file, Go expects the module path to include the major version:

I can appreciate that you ship this project as Helm + Docker images, but I'd like to incorporate the Go API into my deploy process, which involves starting with go get

To Reproduce

⮀ go get github.com/mittwald/kubernetes-secret-generator/pkg/apis/secretgenerator/[email protected]
go: github.com/mittwald/kubernetes-secret-generator/pkg/apis/secretgenerator/[email protected]: github.com/mittwald/[email protected]: invalid version: module contains a go.mod file, so module path must match major version ("github.com/mittwald/kubernetes-secret-generator/v3")
@nyarly nyarly added the bug label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant