Skip to content

help request: cannot import v3 module #1311

@yilmazo

Description

@yilmazo

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

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions