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

go: change the Go version support policy, drop one version #31

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

roman-khimov
Copy link
Member

Our policy tried to be a bit more friendly to people, but unfortunately it's somewhat unsynchronized with the rest of the world using Go. This can be a problem for dependency management (including security fixes), newer libraries require newer Go and we're still trying to allow for an older one. Also, an additional version means more test runs and dropping one can save some CI time.

Fixes #30.

Our policy tried to be a bit more friendly to people, but unfortunately it's
somewhat unsynchronized with the rest of the world using Go. This can be
a problem for dependency management (including security fixes), newer
libraries require newer Go and we're still trying to allow for an older one.
Also, an additional version means more test runs and dropping one can save
some CI time.

Fixes #30.

Signed-off-by: Roman Khimov <[email protected]>
@roman-khimov roman-khimov merged commit 7a80168 into master Aug 8, 2024
1 check passed
@roman-khimov roman-khimov deleted the go-change-support-policy branch August 8, 2024 21:11
carpawell added a commit to nspcc-dev/neofs-sdk-go that referenced this pull request Aug 20, 2024
This follows our new go version policy: nspcc-dev/.github#31.

Signed-off-by: Pavel Karpy <[email protected]>
carpawell added a commit to nspcc-dev/neofs-node that referenced this pull request Sep 3, 2024
carpawell added a commit to nspcc-dev/neofs-node that referenced this pull request Sep 4, 2024
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.

Change Go version support policy to -1 version
7 participants