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
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: