-
Notifications
You must be signed in to change notification settings - Fork 602
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
RC is not included in the scope of the regular expression
Line 467 in 3041bf5
const match = contents.match(/^go (\d+(\.\d+)*)/m); |
Action version:
Specify the action version
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
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...
dmitshur
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic