Closed
Description
Description: Every now and then (but not always) I get the following error in the GitHub workflow logs for the setup-go
step:
Setup go version spec stable
Error: manifest.map is not a function
It seems to occur somewhere between these lines https://github.com/actions/setup-go/blob/main/src/main.ts#L21-L45.
What can I do, to analyze this further?
Action version: v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
stable
Repro steps:
It's hard to reproduce and I cannot share the logs, as they reside on a GitHub enterprise instance.
Expected behavior:
No error. latest
shall resolve to the latest Go version which is go1.24.2
at the moment.
Actual behavior:
Error occurs while resolving latest
.