You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sonatard,
Thank you for bringing this issue to our attention. After analyzing the issue, we have confirmed that the regular expression does not include RC versions, causing the Go version specified in go.mod to be improperly matched.
To mitigate this, you can specify pre-release versions using the go-version input within the setup-go action.
We will investigate this further and explore the possibility of incorporating support for RC versions in the go.mod file.
We will consider this as a potential feature request for future improvements. In the meantime, please feel free to share any further insights or suggestions you may have.
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: