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
Description: go-version: 1.20 results in installing go 1.2 instead of 1.20
Action version: v2
Platform:
Runner type:
Tools version: 1.20.2
Repro steps: specify go version 1.20 and use functionality that was implemented after 1.2 (eg: context.Context.Cause), it won't compile
Expected behavior: Install go 1.20 instead of 1.2
Actual behavior: Installation of go 1.2 instead of 1.20
The text was updated successfully, but these errors were encountered:
I have also found the same problem. Using go-version: '>=1.20.0' can temporarily solve this issue.
go-version: '>=1.20.0'
Sorry, something went wrong.
Hello everyone. Thank you for your report. Could you please refer to this #326 (comment) to solve the issue. For now I'm closing it as a duplicate.
No branches or pull requests
Description:
go-version: 1.20 results in installing go 1.2 instead of 1.20
Action version:
v2
Platform:
Runner type:
Tools version:
1.20.2
Repro steps:
specify go version 1.20 and use functionality that was implemented after 1.2 (eg: context.Context.Cause), it won't compile
Expected behavior:
Install go 1.20 instead of 1.2
Actual behavior:
Installation of go 1.2 instead of 1.20
The text was updated successfully, but these errors were encountered: