error building with go version 1.13.8 linux/amd64
Closed this issue · 2 comments
ahdinosaur commented
hallo 😺
❯ go install ./cmd/go-sbot
build go.cryptoscope.co/ssb/cmd/go-sbot: cannot load io/fs: malformed module path "io/fs": missing dot in first path element
❯ go version
go version go1.13.8 linux/amd64
using the golang-go
package on Ubuntu Focal (20.04).
ahdinosaur commented
upgraded to go version 1.17.6 using https://launchpad.net/%7Elongsleep/+archive/ubuntu/golang-backports and works now.
so maybe we should update the docs that say go version 1.13 or higher? https://github.com/cryptoscope/ssb/blob/master/docs/quick-start.md#install-go
ahdinosaur commented
oh the README says go version 1.17 or higher: https://github.com/cryptoscope/ssb#installation. silly me, cheers! 💜