gollum icon indicating copy to clipboard operation
gollum copied to clipboard

Compatibility with future Go versions

Open Bo98 opened this issue 3 years ago • 3 comments

Just a heads up that Go 1.17 (and the just-released 1.16 without first changing GO111MODULE) won't support builds that aren't in module-aware mode.

The master build should work but the last stable tag (v0.5.4) does not. I'm not sure what the status of this project is. Is there any plans for a new release?

https://blog.golang.org/go116-module-changes

Bo98 avatar Feb 21 '21 20:02 Bo98

Thank you for the heads-up. I'll look into that. We've been using a 0.6 version internally for some time now. I'd need to check if there are any open issues left, otherwise I guess that one could be made a release.

arnecls avatar Feb 23 '21 11:02 arnecls

Took a while, but I tagged the current master as release 0.6.0 now. This should fix the build issue (except for an issue with the ARMv6 build caused by an external dependency)

arnecls avatar Jun 07 '21 08:06 arnecls

@arnecls 👋 can you tag another release for the downstream package management like homebrew? Thanks!

chenrui333 avatar Feb 12 '24 19:02 chenrui333