Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'make' fails with: go.mod:3: invalid go version '1.23.0': must match format 1.23 #907

Open
WillAvudim opened this issue Mar 2, 2025 · 2 comments
Labels
Incomplete Waiting on more information from reporter

Comments

@WillAvudim
Copy link

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
@WillAvudim
Copy link
Author

Updating that line from

go 1.23.0

to

go 1.23

seems to have fixed it. Well, at least it started compiling. I haven't run it yet though.

@stgraber
Copy link
Member

stgraber commented Mar 2, 2025

Hmm, it's not causing any issues in CI or on my systems.
What's the go version output on your system?

@stgraber stgraber added the Incomplete Waiting on more information from reporter label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incomplete Waiting on more information from reporter
Development

No branches or pull requests

2 participants