Skip to content

[CI] Bump Go to the latest version in GitHub workflows #653

@ja7ad

Description

@ja7ad

Description
The GitHub Actions workflows currently use an outdated version of Go as latest (v1.17). This issue tracks the task of bumping the Go version to the latest stable release to ensure compatibility with modern features, performance improvements, and continued support from the Go community.

Describe the ideal solution

Changed 1.17 to 1.24:

go: [1.16, 1.17]
include:
- go: 1.16
tag: current
- go: 1.17
tag: latest

go: [1.16, 1.17]
include:
- go: 1.16
tag: current
- go: 1.17
tag: latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersmaintenanceAnything related to maintenance (CI, tests, refactoring...)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions