We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
manifest.map is not a function
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: Every now and then (but not always) I get the following error in the GitHub workflow logs for the setup-go step:
setup-go
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:
Runner type:
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.
latest
go1.24.2
Actual behavior: Error occurs while resolving latest.
The text was updated successfully, but these errors were encountered:
Hello @cb80👋, Thank you for reporting this issue. We will investigate it and get back to you as soon as we have some feedback.
Sorry, something went wrong.
priyagupta108
No branches or pull requests
Description: Every now and then (but not always) I get the following error in the GitHub workflow logs for the
setup-go
step: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
Platform:
Runner type:
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 isgo1.24.2
at the moment.Actual behavior:
Error occurs while resolving
latest
.The text was updated successfully, but these errors were encountered: