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 support for Go 1.9 and 1.10 #1452

Closed
seanvaleo opened this issue Apr 28, 2023 · 0 comments · Fixed by #1454
Closed

Remove support for Go 1.9 and 1.10 #1452

seanvaleo opened this issue Apr 28, 2023 · 0 comments · Fixed by #1454

Comments

@seanvaleo
Copy link
Collaborator

seanvaleo commented Apr 28, 2023

I think we can safely drop support for Go 1.9 and 1.10

Reasoning

  1. The Go developers only support the latest two versions. See: https://endoflife.date/go
  2. A quick github search query tests how many go.mod files in the wild are using X version...
    "go 1.9" path:*.mod 252 files
    "go 1.10" path:*.mod 214 files
    "go 1.11" path:*.mod 4700 files
    "go 1.12" path:*.mod 48000 files
    "go 1.13" path:*.mod 72000 files
    "go 1.14" path:*.mod 58000 files
    ...
    "go 1.17" path:*.mod 89000 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant