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

Bump Golang version to 1.21 and replace slice utils with stdlib #1049

Merged
merged 2 commits into from Jan 30, 2024

Conversation

markusthoemmes
Copy link
Collaborator

What this PR does / why we need it:

This bumps the Golang version used to build the module to 1.21. That enables us to make use of the new slices package, which implements generic functions over slices. Using those, we can remove the hand-crafted utils and replace them with direct usage of the standard library.

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:


@benjaminhuo
Copy link
Member

benjaminhuo commented Jan 30, 2024

@markusthoemmes Thanks for this PR.
You may need to sign your commit by:

git commit -s --amend
git push -f

And also please take a look at the CI errors, thanks!

This bumps the Golang version used to build the module to 1.21. That enables us to make use of the new `slices` package, which implements generic functions over slices. Using those, we can remove the hand-crafted utils and replace them with direct usage of the standard library.

Signed-off-by: Markus Thömmes <markusthoemmes@me.com>
@markusthoemmes
Copy link
Collaborator Author

@benjaminhuo yeah I noticed that. Fixed the signing.

Signed-off-by: Markus Thömmes <markusthoemmes@me.com>
@benjaminhuo benjaminhuo merged commit 02e3d56 into fluent:master Jan 30, 2024
6 checks 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.

None yet

3 participants