Skip to content

Commit f3e3fac

Browse files
authored
chore(sdk): update go toolchain patch (kubeflow#11845)
and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <[email protected]>
1 parent d38418e commit f3e3fac

File tree

4 files changed

+123
-5
lines changed

4 files changed

+123
-5
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubeflow/pipelines/api
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
google.golang.org/genproto v0.0.0-20211026145609-4688e4c4e024

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/kubeflow/pipelines
22

33
go 1.23.1
44

5-
toolchain go1.23.7
5+
toolchain go1.23.8
66

77
require (
88
github.com/Masterminds/squirrel v0.0.0-20190107164353-fa735ea14f09

kubernetes_platform/go.mod

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
module github.com/kubeflow/pipelines/kubernetes_platform
22

3-
go 1.21
3+
go 1.23
44

5-
require google.golang.org/protobuf v1.27.1
5+
require (
6+
github.com/kubeflow/pipelines/api v0.0.0-00010101000000-000000000000
7+
google.golang.org/protobuf v1.27.1
8+
)
69

7-
require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
10+
require google.golang.org/genproto v0.0.0-20211026145609-4688e4c4e024 // indirect
11+
12+
replace github.com/kubeflow/pipelines/api => ../api

kubernetes_platform/go.sum

Lines changed: 113 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)