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
I'm sporting Debian 12 (bookworm). There is no SNAP, so I've been following the compilation instructions listed on the main page, to the letter, at https://github.com/lxc/distrobuilder
Execution of the make command results in the parsing error:
$ make
gofmt -s -w .
go install -v ./...
go: errors parsing go.mod:
/home/user/p/distrobuilder/go.mod:3: invalid go version '1.23.0': must match format 1.23
make: *** [Makefile:10: default] Error 1
The text was updated successfully, but these errors were encountered:
I'm sporting Debian 12 (bookworm). There is no SNAP, so I've been following the compilation instructions listed on the main page, to the letter, at https://github.com/lxc/distrobuilder
Execution of the make command results in the parsing error:
The text was updated successfully, but these errors were encountered: