Oh. Now I get it. These logs can well be lost by now.
So I’ve fetched the code for 1.6
git clone --depth 1 -b v1.6.0-rc.5 https://github.com/syncthing/syncthing`
checked the version
$ go version
go version go1.15.5 linux/amd64
ran the build
$ go run build.go
and got syncthing 1.6 version. It doesn’t run though:
$ ./bin/syncthing
panic: qtls.ClientSessionState not compatible with tls.ClientSessionState
goroutine 1 [running]:
github.com/lucas-clemente/quic-go/internal/handshake.init.2()
/home/gentoo/usualmortal/go/pkg/mod/github.com/lucas-clemente/quic-go@v0.15.7/internal/handshake/unsafe.go:26 +0x205
Is there something else to do or should I consider starting syncing my devices from scratch?