You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two latest release tags are v1.23 and v1.24. However, since these are not semver tags, go install can't install them via either @latest or @v1.24. To resolve this, please create a new tag called v1.24.0 at the same commit as v1.24.
Note that Go's semantic import versioning is calling this v1.22.2-0.20230525090453-df3475d6c9ef
Expected behavior
Either go install github.com/justjanne/powerline-go@latest or go install github.com/justjanne/[email protected] should work to install powerline-go for the latest release.
Environment (please complete the following information):
Go 1.21
The text was updated successfully, but these errors were encountered:
Describe the bug
The two latest release tags are
v1.23
andv1.24
. However, since these are not semver tags,go install
can't install them via either@latest
or@v1.24
. To resolve this, please create a new tag calledv1.24.0
at the same commit asv1.24
.To Reproduce
I can only install the version at the v1.24 commit like this:
Note that Go's semantic import versioning is calling this
v1.22.2-0.20230525090453-df3475d6c9ef
Expected behavior
Either
go install github.com/justjanne/powerline-go@latest
orgo install github.com/justjanne/[email protected]
should work to install powerline-go for the latest release.Environment (please complete the following information):
Go 1.21
The text was updated successfully, but these errors were encountered: