muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.29k stars 320 forks source link

go-bindata issue on Raspberry Pi #375

Closed ghost closed 3 years ago

ghost commented 3 years ago

when attempting build w/ Go 1.16:

[ -d .git ] && git submodule update --init || true
[ -f /home/pi/go/bin/go-bindata ] || go get -u github.com/kevinburke/go-bindata/go-bindata
go: finding github.com/kevinburke/go-bindata/go-bindata latest
# github.com/kevinburke/go-bindata
../../go/pkg/mod/github.com/kevinburke/go-bindata@v3.22.0+incompatible/toc.go:280:26: undefined: io.StringWriter
../../go/pkg/mod/github.com/kevinburke/go-bindata@v3.22.0+incompatible/toc.go:295:23: undefined: io.StringWriter
make: *** [Makefile:15: go-bindata] Error 2
ghost commented 3 years ago

Resolved; had 1.11 also installed; removed 1.11.