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:
RC is not included in the scope of the regular expression
setup-go/src/installer.ts
Line 467 in 3041bf5
Action version: Specify the action version
Platform:
Runner type:
Tools version: Go 1.24rc1
Repro steps:
// go.mod go 1.24rc1
- uses: actions/setup-go@v5 with: go-version-file: ./go.mod cache: false
Expected behavior:
Setup go version spec 1.24rc1 Attempting to download 1.24rc1... matching 1.24rc1...
Actual behavior:
Setup go version spec 1.24 Attempting to download 1.24... matching 1.24...
The text was updated successfully, but these errors were encountered:
Hello @sonatard, Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates.
Sorry, something went wrong.
priyagupta108
No branches or pull requests
Description:
RC is not included in the scope of the regular expression
setup-go/src/installer.ts
Line 467 in 3041bf5
Action version:
Specify the action version
Platform:
Runner type:
Tools version:
Go 1.24rc1
Repro steps:
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: