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

build: update go version to 1.21 from 1.20 #12788

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

subhamkrai
Copy link
Contributor

Description of your changes:

Which issue is resolved by this Pull Request:
Resolves #

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • Skip Tests for Docs: If this is only a documentation change, add the label skip-ci on the PR.
  • Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next minor release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

@parth-gr parth-gr self-requested a review August 24, 2023 12:06
go.mod Outdated
@@ -1,6 +1,6 @@
module github.com/rook/rook

go 1.20
go 1.21
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we can update this until we drop 1.20 support.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think an earlier upgrade is better for us, or sometime soon some cve will be open to fix the golang version, do we need to wait for something before upgrading?

Copy link
Member

Choose a reason for hiding this comment

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

It's good to support the most recent two versions of golang for a while so we can have some overlap to give devs and dependent CI systems time to update. Go 1.20 should still get CVE fixes for a while too.

.github/workflows/build.yml Outdated Show resolved Hide resolved
Signed-off-by: subhamkrai <srai@redhat.com>
@travisn travisn merged commit 60a503f into rook:master Aug 25, 2023
50 of 51 checks passed
travisn added a commit that referenced this pull request Aug 28, 2023
build: update go version to 1.21 from 1.20 (backport #12788)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants