-
Notifications
You must be signed in to change notification settings - Fork 34
chore: bump dependencies to go 1.22 #123
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| module redhat-developer/red-hat-developer-hub-operator | ||
|
|
||
| go 1.21 | ||
| go 1.22.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can not bump it to 1.22 due to
https://catalog.redhat.com/software/containers/rhel9/go-toolset/61df08166d9a1b7b2aab2344
|
Closing based on Gennady's feedback. I've opened https://issues.redhat.com/browse/RHIDP-3880 to track doing the go 1.22 update at a later date (ie., November, unless there's an urgency before then) |
…er#73 ) (redhat-developer#123) * chore: adjust makefile to be able to use in GH action (janus-idp/operator#73 ) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> also make sure podman is installed Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> add linting to the PR check, so we can basically remove py.yaml Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> update matrix PR check job so it'll work, if we still want it (but I'd argue we can delete it) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> rename actions since they don't necessarily need docker to build container Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * compute BASE_VERSION from makefile declaration of 'VERSION ?= 0.0.1' and use that in pr and next tags, so we have separation between releases; this will require that we update the Makefile after every release (eg., 0.0.1, 0.0.2, 0.0.3) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> tweak comment: also pushing a :next tag Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * typo fix: BUILDPLATFORM not defined but PLATFORMS is Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> BUILDPLATFORM is required by the dockerfile for cross-compilation with buildx; however the --platform flag should not be --platform= Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * more refactorings to replace docker- and Docker with '' Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * add note that catalog-build requires bundle-publish stage Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * add podman back into the PR check, even though it's redundant to the other pr check Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> --------- Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> Co-authored-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com>
Description
Which issue(s) does this PR fix or relate to
PR acceptance criteria
rhdh-operator.csv.yamlfile accordinglyHow to test changes / Special notes to the reviewer