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
Hi,
Could you please re-tag (at least latest) releases by adding v prefix to each release?
Seems go get does not recognize the tags without v as versions.
golangci-lint uses github.com/jgautheron/goconst v0.0.0-20201117150253-ccae5bf973f3 in go.mod file, and I tried to update it to use the latest version and expected to see github.com/jgautheron/goconst v1.4.0, but no changes.
Then I found this issue: golang/go#30146
Seems the v is a convention
The text was updated successfully, but these errors were encountered:
Hi,
Could you please re-tag (at least latest) releases by adding
v
prefix to each release?Seems
go get
does not recognize the tags withoutv
as versions.golangci-lint
usesgithub.aaakk.us.kg/jgautheron/goconst v0.0.0-20201117150253-ccae5bf973f3
ingo.mod
file, and I tried to update it to use the latest version and expected to seegithub.aaakk.us.kg/jgautheron/goconst v1.4.0
, but no changes.Then I found this issue: golang/go#30146
Seems the
v
is a conventionThe text was updated successfully, but these errors were encountered: