-
Notifications
You must be signed in to change notification settings - Fork 306
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers