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

Fix: Ingress references wrong service under certain conditions #125

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

davidgubler
Copy link
Member

Fix an issue where an ingress would reference the wrong service object under certain conditions (more than one service object present).

This is actually fixed by upgrading to Go 1.22, since this problem was caused by weird handling of loop variables in older Go versions.

@davidgubler davidgubler merged commit cc66f6c into master Apr 19, 2024
4 checks passed
@mhutter mhutter deleted the golang-upgrade branch October 17, 2024 08:19
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.

1 participant