Skip to content

Getting error manifest.map is not a function #580

Closed
@cb80

Description

@cb80

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions