gocryptfs icon indicating copy to clipboard operation
gocryptfs copied to clipboard

Use full semver when tagging releases (v2.x.y, not v2.x)

Open dtscd opened this issue 1 year ago • 1 comments

installing with go install github.com/rfjakob/gocryptfs/v2@latest will not recognize the latest release "v2.3", even if explicitly requested by tag. Right now it fetches "v2.2.1" which is in the format it recognizes.

I understand I can use git clone directly. But, perhaps a minor tweak would be alright. Thanks.

dtscd avatar Sep 02 '22 15:09 dtscd

Thanks for the report. I was not aware of this limitation in Go's fetching logic.

rfjakob avatar Sep 15 '22 16:09 rfjakob

Pushed tag v2.3.0 (identical to v2.3). Does this fix it?

rfjakob avatar Oct 21 '22 20:10 rfjakob

proxy.golang.org seems happy now:

https://proxy.golang.org/github.com/rfjakob/gocryptfs/v2/@v/v2.3.0.info

rfjakob avatar Oct 21 '22 20:10 rfjakob