File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments