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
I am using go version 1.17.1 but the framework requests go1.15.2. Due to that I cannot build the node in order to run my agents.
compile: version "go1.15.2" does not match go tool version "go1.17.1" The above is the error I am receiving.
compile: version "go1.15.2" does not match go tool version "go1.17.1"
The text was updated successfully, but these errors were encountered:
@Totoual it looks like a local issue, try to remove and install gol lang and it's tools again
there is no restriction mfor upper version of golang, and this message probably produced by go tool
Sorry, something went wrong.
No branches or pull requests
I am using go version 1.17.1 but the framework requests go1.15.2. Due to that I cannot build the node in order to run my agents.
compile: version "go1.15.2" does not match go tool version "go1.17.1"
The above is the error I am receiving.
The text was updated successfully, but these errors were encountered: