Skip to content

Commit 3e7c7e1

Browse files
📝 CodeRabbit Chat: Add reminder file for manual Go 1.24 update in external CI configs
1 parent 1db185b commit 3e7c7e1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

‎GO_VERSION_UPDATE_REMINDER.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Go 1.24 Upgrade - Step 6 Action Required
2+
3+
## Action Required: Update openshift/release Repository
4+
5+
Per DEPENDENCIES.md step 6, you need to manually update the Go version in the openshift/release repository:
6+
7+
### Files to Update
8+
1. **Main branch config**:
9+
- File: `ci-operator/config/opendatahub-io/kubeflow/opendatahub-io-kubeflow-main.yaml`
10+
- Line: ~10 (go version specification)
11+
- Change: Update Go version from current version to 1.24
12+
13+
2. **v1.10-branch config**:
14+
- File: `ci-operator/config/opendatahub-io/kubeflow/opendatahub-io-kubeflow-v1.10-branch.yaml`
15+
- Line: ~10 (go version specification)
16+
- Change: Update Go version from current version to 1.24
17+
18+
### Steps
19+
1. Fork/clone the openshift/release repository
20+
2. Update the Go version in both configuration files
21+
3. Create a PR in the openshift/release repository
22+
4. Follow openshift/release PR guidelines for CI configuration changes
23+
24+
### Repository
25+
<https://github.com/openshift/release>
26+
27+
### Current PR Context
28+
This Go 1.24 upgrade PR in opendatahub-io/kubeflow requires corresponding CI configuration updates in openshift/release.
29+
30+
### Note
31+
This step cannot be automated as it requires changes to an external repository (openshift/release) where this automation doesn't have write access.

0 commit comments

Comments
 (0)