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 Go version to 1.22 #360

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Bump Go version to 1.22 #360

merged 2 commits into from
Aug 19, 2024

Conversation

AryanSharma9917
Copy link
Contributor

Description:

This pull request addresses Issue #259 by updating the Go version from 1.21 to 1.22. The following changes have been made:

  • Updated the Go version in idpbuilder/go.mod to 1.22.
  • Modified .github/workflows/e2e.yaml, .github/workflows/pr.yaml, and .github/workflows/release.yaml to use Go version 1.22.

These changes are necessary to support the upgrade to Kubernetes 1.30, which requires Go 1.22.

Signed-off-by: AryanSharma9917 <[email protected]>
@AryanSharma9917 AryanSharma9917 requested a review from a team as a code owner August 16, 2024 19:01
@AryanSharma9917
Copy link
Contributor Author

@nabuskey could you please review my PR?

Copy link
Collaborator

@nabuskey nabuskey left a comment

Choose a reason for hiding this comment

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

Thank you very much for this! I think the go mod file need changes but otherwise looks good.

go.mod Outdated
@@ -1,6 +1,6 @@
module github.com/cnoe-io/idpbuilder

go 1.21.3
go 1.22
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this needs to be 1.22.0 because that's the minimum required by K8s v0.30.0+.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done..!

Signed-off-by: AryanSharma9917 <[email protected]>
@nabuskey nabuskey merged commit a4a4383 into cnoe-io:main Aug 19, 2024
5 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