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

Use Go stdlib instead of golang.org/x/exp #1560

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

lambdanis
Copy link
Contributor

@lambdanis lambdanis commented Oct 6, 2023

Tetragon uses slices and maps functions from golang.org/x/exp. In Go 1.21 they
are a part of the Go standard library, so let's import them from there instead.

@lambdanis lambdanis added the release-note/misc This PR makes changes that have no direct user impact. label Oct 6, 2023
@lambdanis lambdanis requested a review from a team as a code owner October 6, 2023 12:51
Tetragon uses slices and maps functions from golang.org/x/exp. In Go 1.21 they
are a part of the Go standard library, so let's import them from there instead.

Signed-off-by: Anna Kapuscinska <[email protected]>
Copy link
Member

@mtardy mtardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw some similar changes in #1553 but yes thanks for that! One less direct dependency to upgrade :)

@lambdanis lambdanis merged commit b3c6e53 into cilium:main Oct 6, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants