Skip to content

version mismatch #36

@mcandre

Description

@mcandre

I'm trying to acquire nakedret v2.0.3, but the Go package structure doesn't appear to be setup correctly.

The latest git tag is v2.0.3. But the latest Go version points to v1.0.2. And attempts to pin the installation to v2.0.3 fail.

$ go install github.com/alexkohler/nakedret/cmd/nakedret@latest
go: downloading github.com/alexkohler/nakedret v1.0.2

$ go install github.com/alexkohler/nakedret/cmd/nakedret@v2.0.3
go: github.com/alexkohler/nakedret/cmd/nakedret@v2.0.3: github.com/alexkohler/nakedret/cmd/nakedret@v2.0.3: invalid version: unknown revision cmd/nakedret/v2.0.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions