Closed
Description
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.