Skip to content

Please upgrade go-actions to 1.21.8 / 1.22.1 #462

Closed
@silverwind

Description

@silverwind

Description:
go-versions dependency is out of date, leading to all repos that use setup-go in combination with govulncheck to fail on the newly published vulnerabilities present in go 1.21.7.

Action version: 5
Platform: all
Runner type: all
Tools version: go 1.21 and 1.22

Repro steps:

steps:
  - uses: actions/setup-go@v5
  with:
    go-version-file: "~1.21"
    check-latest: true

Expected behavior:

Setup go version spec 1.21
Attempting to resolve the latest version from the manifest...
matching 1.21...
Resolved as '1.21.8'

Actual behavior:

Setup go version spec 1.21
Attempting to resolve the latest version from the manifest...
matching 1.21...
Resolved as '1.21.7'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions