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

FTBFS on Ubuntu 22.04: go.mod:3: invalid go version '1.22.1': must match format 1.23 #1

Open
d33tah opened this issue Apr 19, 2024 · 0 comments

Comments

@d33tah
Copy link

d33tah commented Apr 19, 2024

root@16f207774440:/# git clone https://github.com/ProfoundNetworks/domainify.git
Cloning into 'domainify'...
remote: Enumerating objects: 28, done.
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 28 (delta 7), reused 27 (delta 6), pack-reused 0
Receiving objects: 100% (28/28), 9.22 KiB | 9.22 MiB/s, done.
Resolving deltas: 100% (7/7), done.
root@16f207774440:/# cd domainify/
root@16f207774440:/domainify# go build
go: errors parsing go.mod:
/domainify/go.mod:3: invalid go version '1.22.1': must match format 1.23

This one seems to go away by doing sed 's/1.22.1/1.22/g' -i go.mod.

@d33tah d33tah changed the title FTBFS on Ubuntu 22.04 FTBFS on Ubuntu 22.04: go.mod:3: invalid go version '1.22.1': must match format 1.23 Apr 19, 2024
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

1 participant