-
Notifications
You must be signed in to change notification settings - Fork 31
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
invalid go version issue #17
Comments
Same problem here |
What version of golang you are using? To check this execute |
Not working for me either. Using ❯ go install github.com/bernardo-bruning/ollama-copilot@latest
go: downloading github.com/bernardo-bruning/ollama-copilot v0.2.0
go: github.com/bernardo-bruning/ollama-copilot@latest (in github.com/bernardo-bruning/[email protected]):
go.mod:3: invalid go version '1.22.2': must match format 1.23 System info ( As the wget https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
rm -rf /usr/local/go
tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
source $HOME/.profile
go version The version is still Looking at the go repo there's issue number 61888. Also see modfile: use new go version string format in error message. This seems to be an issue related to the |
I followed the instructions in the README.md. When I attempted the go install github.com/bernardo-bruning/ollama-copilot@latest instruction, I encountered this error: ** go.mod:3: invalid go version '1.22.2': must match format 1.23**
I am not a 'go' expert, so I not sure what exactly the reason for the error. Is it because 'go' expects the version to be 1.23 or is it because 1.22.2 has too many digits?
The text was updated successfully, but these errors were encountered: