mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #719] [Discussion/Proposal] Support last 2 major Go releases only #2374
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kamikazechaser on GitHub (Aug 7, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/719
This is a proposal to only support the last 2 Go releases in asynq. This also aligns with the Go release policy.
If you use Go < 1.19 this could potentially impact you.
Why?
Changes
Refs
@hibiken commented on GitHub (Aug 13, 2023):
Thanks for opening this issue with a proposal.
I'm for it -- if others don't have major concerns, we can go ahead and update the README and drop support for older go versions (also make sure to update CI build to drop those go versions)
@ghstahl commented on GitHub (Aug 13, 2023):
I am in a situation where there are no such thing as legacy compilers. Every docker image that we release gets scanned and we fail soc 2 compliance because of golang. Which is actually good, it forces use to NEVER get behind. The week a new golang comes out we upgrade across the board.
So, my vote is: Never support legacy EVER. Old stuff had vulnerabilities.
So, in the words of an American Treasure, Taylor Swift.
We will Never, Ever support legacy compilers.