tunnel-client icon indicating copy to clipboard operation
tunnel-client copied to clipboard

go-nanoid requires updating in order to fix build with Go 1.14

Open Bo98 opened this issue 5 years ago • 0 comments

Go in Homebrew is currently 1.14. tunnel-client is no longer able to be built from source since go-nanoid contains invalid go.mod syntax:

go: github.com/matoous/[email protected]: parsing go.mod: go.mod:1: usage: go 1.23

go-nanoid 1.2.0 and later fixes this issue.

Bo98 avatar Mar 26 '20 01:03 Bo98