Skip to content
New issue

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

Drop support for very old Go versions #258

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Drop support for very old Go versions #258

merged 2 commits into from
Apr 12, 2024

Conversation

vdarulis
Copy link
Collaborator

spring cleaning time

@vdarulis vdarulis merged commit c83f06b into master Apr 12, 2024
5 checks passed
include:
- go: 1.18.x
latest: true
go: ["stable", "oldstable"]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this magic.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just RTFM'ed https://github.com/actions/setup-go - setup-go@v3 added these:

If stable is provided, action will get the latest stable version from the go-versions repository manifest.

If oldstable is provided, when current release is 1.19.x, action will resolve version as 1.18.x, where x is the latest patch release.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really don't miss updating some .$CI.yaml every damn release.

@vdarulis vdarulis deleted the v/update_go branch June 25, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants