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

go.mod: go 1.22.8->1.23.5 #1173

Closed
wants to merge 1 commit into from
Closed

Conversation

shajmakh
Copy link
Member

1.23.5 introduce security fixes, bump to that build.

1.23.5 introduce security fixes, bump to that build.

Signed-off-by: Shereen Haj <[email protected]>
Copy link
Contributor

openshift-ci bot commented Jan 28, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: shajmakh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 28, 2025
@@ -1,8 +1,8 @@
module github.com/openshift-kni/numaresources-operator

go 1.22.0
go 1.23.0
Copy link
Member

Choose a reason for hiding this comment

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

these are the requirements of the module, which are debatable: do we use language/stdlib features only available on 1.23? Can't recall obvious offenders.

What we should bump is the minimum version we use in the builder images, makefiles and so forth

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

@shajmakh shajmakh Jan 28, 2025

Choose a reason for hiding this comment

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

Thanks for your comment and the reference. Following offline conversation, we should be fine with what we have u/s as it is already updated to use 1.23 builder and thus will be fetching the latest

@shajmakh
Copy link
Member Author

/close
based on the comment above

@openshift-ci openshift-ci bot closed this Jan 28, 2025
Copy link
Contributor

openshift-ci bot commented Jan 28, 2025

@shajmakh: Closed this PR.

In response to this:

/close
based on the comment above

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants