@meowgorithm @charm yeah, it is 1.15.9 x.x. is there a repo with more current versions for debian bullseye/arm64?
@scops @charm afraid I'm not very up-to-date on the Debian ecosystem, but maybe Sid Unstable?
https://packages.debian.org/sid/golang-1.16
But actually, it's super easy to install Go 1.16 to build Gembro using your current Go:
go get golang.org/dl/go1.16.1
go1.16.1 download
go1.16.1 build
More info:
https://golang.org/doc/manage-install
@meowgorithm @charm thanks! i've installed the official build from golang.org for linux/aarch64.
@scops @charm I believe you need Go 1.16 to build it (Guessing the Debian package is at 1.15.x).
iirc io.ReadAll is new to Go 1.16 in that it was moved over from the deprecated ioutil package.