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
actions/setup-go@v1
go-version: "1.15.10"
See actions/setup-go#39
actions/setup-go@v2 fixes the performance bug and supports ".x" in the version string.
actions/setup-go@v2
With v2, specifying "1.15.x" will install the latest 1.15 available.
Modify ci.yml to:
The text was updated successfully, but these errors were encountered:
fxamacker
Successfully merging a pull request may close this issue.
Issue To Be Solved
actions/setup-go@v1
has a performance bug which can cost an extra ~10 secs to install Go.go-version: "1.15.10"
so a newer version of 1.15.x won't be used when available.See actions/setup-go#39
Suggest A Solution
actions/setup-go@v2
fixes the performance bug and supports ".x" in the version string.With v2, specifying "1.15.x" will install the latest 1.15 available.
Modify ci.yml to:
The text was updated successfully, but these errors were encountered: