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

help request: cannot import v3 module #1311

Closed
yilmazo opened this issue Aug 19, 2024 · 1 comment · Fixed by #1355
Closed

help request: cannot import v3 module #1311

yilmazo opened this issue Aug 19, 2024 · 1 comment · Fixed by #1355
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@yilmazo
Copy link

yilmazo commented Aug 19, 2024

Describe the issue

I want to import fluent-operator v3 on my golang project.
Since the module has v2 major version suffix, I cannot import v3.

go get github.com/fluent/fluent-operator/v2@v3.0.0                       
go: github.com/fluent/fluent-operator/v2@v3.0.0: invalid version: module path includes a major version suffix, so major version must match
go get github.com/fluent/fluent-operator/v3@v3.0.0
go: github.com/fluent/fluent-operator/v3@v3.0.0: invalid version: go.mod has non-.../v3 module path "github.com/fluent/fluent-operator/v2" (and .../v3/go.mod does not exist) at revision v3.0.0

How did you install fluent operator?

No response

Additional context

No response

@wenchajun wenchajun added bug Something isn't working good first issue Good for newcomers labels Aug 20, 2024
@wenchajun
Copy link
Member

This should be fixed : https://github.com/fluent/fluent-operator/blob/master/go.mod#L1 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants