Skip to content

Bump Go version to 1.22#360

Merged
nabuskey merged 2 commits intocnoe-io:mainfrom
AryanSharma9917:version-go
Aug 19, 2024
Merged

Bump Go version to 1.22#360
nabuskey merged 2 commits intocnoe-io:mainfrom
AryanSharma9917:version-go

Conversation

@AryanSharma9917
Copy link
Copy Markdown
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 <sharmaaryan9837@gmail.com>
@AryanSharma9917 AryanSharma9917 requested a review from a team as a code owner August 16, 2024 19:01
@AryanSharma9917
Copy link
Copy Markdown
Contributor Author

@nabuskey could you please review my PR?

Copy link
Copy Markdown
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
module github.com/cnoe-io/idpbuilder

go 1.21.3
go 1.22
Copy link
Copy Markdown
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
Copy Markdown
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 <sharmaaryan9837@gmail.com>
@nabuskey nabuskey merged commit a4a4383 into cnoe-io:main Aug 19, 2024
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