-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
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
Labels
No labels