You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/FreifunkBremen/yanic
$ cd yanic
$ go install .
go: golang.org/x/sys@v0.33.0: parsing go.mod: go.mod:3: invalid go version '1.23.0': must match format 1.23
I'm using the Go version as provided by Debian Bullseye:
$ go version
go version go1.15.15 linux/amd64
$ dpkg -l | grep golang
ii golang:amd64 2:1.15~1 amd64 Go programming language compiler - metapackage
ii golang-1.15 1.15.15-1~deb11u4 all Go programming language compiler - metapackage
ii golang-1.15-doc 1.15.15-1~deb11u4 all Go programming language - documentation
ii golang-1.15-go 1.15.15-1~deb11u4 amd64 Go programming language compiler, linker, compiled stdlib
ii golang-1.15-src 1.15.15-1~deb11u4 amd64 Go programming language - source files
ii golang-doc 2:1.15~1 all Go programming language - documentation
ii golang-go 2:1.15~1 amd64 Go programming language compiler, linker, compiled stdlib
ii golang-src:amd64 2:1.15~1 amd64 Go programming language - source files
I'm getting the following error on
go install .:I'm using the Go version as provided by Debian Bullseye: