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

Remove Go < 1.13 support, add Go 1.18 to CI #142

Merged
merged 5 commits into from
May 27, 2022

Conversation

kolyshkin
Copy link
Contributor

This is mostly motivated by https://github.com/google/go-cmp/releases/tag/v0.5.8 release which drops support for Go < 1.13.

Go 1.13 was released 2 years and 8 months ago (03 Sep 2019), and is not supported since Go 1.15 is out, i.e. for 1 year and 9 months (since 11 Aug 2020).

Drop Go 1.11 and Go 1.12 from CI, add Go 1.18, plus a nit in gha yaml.

Closes: #139

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This released dropped Go < 1.13 support.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
With actions/setup-go@v3, stable is no longer needed.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Copy link
Owner

@frankban frankban left a comment

Choose a reason for hiding this comment

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

Looks good!
Yes I think we can drop support for go 1.11 and 1.12.

@frankban frankban merged commit 6158b27 into frankban:master May 27, 2022
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.

None yet

2 participants