We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sed 's/1.22.1/1.22/g' -i go.mod
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This one seems to go away by doing
sed 's/1.22.1/1.22/g' -i go.mod
.The text was updated successfully, but these errors were encountered: