actions / runner-images

GitHub Actions runner images
MIT License
10.03k stars 3.03k forks source link

[Ubuntu 20 and 22] Go version 1.20.0 will be removed on October 14,2024. #10607

Open RaviAkshintala opened 3 weeks ago

RaviAkshintala commented 3 weeks ago

Breaking changes

Removing Go 1.20.0 from Ubuntu 20 and 22 images.

Target date

October 14,2024.

The motivation for the changes

As of the software support policy only 3 latest versions of go are supported i.e., Go 1.21.0,1.22.0,1.23.0

Possible impact

If your builds depend on Go 1.20.0 they can be broken

Platforms affected

Runner images affected

Mitigation ways

https://github.com/actions/setup-go action for GH actions https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/go-tool?view=azure-devops task for AzDO

tikto29 commented 1 week ago

Ok