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 latest Go version for ARM64 and VM tests in CI #1430

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

tklauser
Copy link
Member

The test-on-arm64 and vm-test jobs in CI are using the previous stable Go version (currently 1.21) instead of the latest stable version (currently 1.22). The previous stable Go version is already covered by the test-on-prev-go job, so switch the others to use the latest.

The test-on-arm64 and vm-test jobs in CI are using the previous stable
Go version (currently 1.21) instead of the latest stable version
(currently 1.22). The previous stable Go version is already covered by
the test-on-prev-go job, so switch the others to use the latest.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser requested a review from a team as a code owner April 11, 2024 12:01
Copy link
Collaborator

@lmb lmb left a comment

Choose a reason for hiding this comment

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

Yep, seems to be a copy pasta error. Thanks for spotting this!

@lmb lmb merged commit 7719d2f into cilium:main Apr 16, 2024
15 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.

2 participants