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

Issue during installation #2

Open
jasgggit opened this issue Oct 19, 2024 · 3 comments
Open

Issue during installation #2

jasgggit opened this issue Oct 19, 2024 · 3 comments

Comments

@jasgggit
Copy link

Hi, trying to install on Ubuntu 22.04.

root@ubuntu:~# go install paepcke.de/opnborg/cmd/opnborg@main
go: downloading paepcke.de/opnborg v0.1.2
go: paepcke.de/opnborg/cmd/opnborg@main (in paepcke.de/opnborg@v0.1.2): go.mod:3: invalid go version '1.23.2': must match format 1.23

Thanks.
JG

@paepckehh
Copy link
Owner

Thank you for your feedback!
Issue is fixed with v0.1.3

Background:
This an go compiler internal braking change. Older go compiler are not able to read fully qualified semver version numbers written by new go compiler versions. This leads to a not very helpful error message. You might have to update your go compiler. But you should get at least a helpful error message, that leads you through the upgrade process.

go version

Will show your current version, to run opnborg you need at least version 1.22 (6 February 2024 or newer)

@paepckehh
Copy link
Owner

paepckehh commented Oct 20, 2024

update:

the release page provides now pre-build packages for all major os plattforms, including ubuntu dep package format.

@jasgggit
Copy link
Author

Hi, thanks and sorry for the late reply on your prompt reply.
I m going to try it.
Thanks again.
JG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants