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

Support Go 1.22 and Go 1.23 #203

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Support Go 1.22 and Go 1.23 #203

merged 1 commit into from
Sep 19, 2024

Conversation

JacobOaks
Copy link
Contributor

This change updates all go.mod and ci workflows to only support go1.22 and go1.23.

Although this will force users to upgrade to go1.22 to use the next release, it is technically in line with our release policy (see: https://github.com/uber-go/mock?tab=readme-ov-file#supported-go-versions) and will allow us to merge #198 without using build tags for references to the new *types.Alias and types.Unalias().

This change updates all `go.mod` and ci workflows to only support
go1.22 and go1.23.

Although this will force users to upgrade to go1.22 to use the next release,
it is technically in line with our release policy (see: https://github.com/uber-go/mock?tab=readme-ov-file#supported-go-versions)
and will allow us to merge uber-go#198 without using build tags
for references to the new `*types.Alias` and `types.Unalias()`.
@JacobOaks JacobOaks merged commit c50d83c into uber-go:main Sep 19, 2024
3 checks passed
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.

2 participants