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

Update dependencies and set go.mod to go 1.21 #245

Merged
merged 1 commit into from Feb 26, 2024

Conversation

MattBrittan
Copy link
Contributor

Update to Go version is in line with "Each major Go release is supported until there are two newer major releases".
It's also needed due to the use of context.AfterFunc.

Closes #241

Update to Go version is in line with "Each
major Go release is supported until there are
two newer major releases". It's also needed
due to the use of `context.AfterFunc`.

Closes eclipse#241
@MattBrittan MattBrittan merged commit b8e1f6a into eclipse:master Feb 26, 2024
1 check 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.

context.AfterFunc is not included in Go version 1.20.x , but used in this library.
1 participant