Skip to content

Commit 487244c

Browse files
astefanuttiopenshift-ci[bot]
authored andcommitted
Use kuberay/[email protected] Go module
1 parent d851f67 commit 487244c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ vet: ## Run go vet against code.
142142
modules: ## Update Go dependencies.
143143
go get $(MCAD_REPO)@$(MCAD_VERSION)
144144
go get $(INSTASCALE_REPO)@$(INSTASCALE_VERSION)
145-
go get github.com/ray-project/kuberay/ray-operator
145+
go get github.com/ray-project/kuberay/ray-operator@$(KUBERAY_VERSION)
146146
go mod tidy
147147

148148
.PHONY: build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/project-codeflare/codeflare-common v0.0.0-20231023092720-93d03492db16
99
github.com/project-codeflare/instascale v0.2.1
1010
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.1
11-
github.com/ray-project/kuberay/ray-operator v0.0.0-20231016183545-097828931d15
11+
github.com/ray-project/kuberay/ray-operator v1.0.0-rc.1
1212
go.uber.org/zap v1.26.0
1313
k8s.io/api v0.26.3
1414
k8s.io/apimachinery v0.26.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,8 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
424424
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
425425
github.com/prometheus/procfs v0.8.0 h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=
426426
github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4=
427-
github.com/ray-project/kuberay/ray-operator v0.0.0-20231016183545-097828931d15 h1:s+/WzpqoFot/fgo1uq7BLgeiOy3HZuT+UVtCb3h7R+I=
428-
github.com/ray-project/kuberay/ray-operator v0.0.0-20231016183545-097828931d15/go.mod h1:NDvscwYbeLSh+Cfc2UTeyPWODtNKPCsPjD/2kg3ZXPw=
427+
github.com/ray-project/kuberay/ray-operator v1.0.0-rc.1 h1:aoOajXNG2QnTPmnSzbCXLFBXrVk7bzQGrwwVzTXSOzo=
428+
github.com/ray-project/kuberay/ray-operator v1.0.0-rc.1/go.mod h1:NDvscwYbeLSh+Cfc2UTeyPWODtNKPCsPjD/2kg3ZXPw=
429429
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
430430
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
431431
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=

0 commit comments

Comments
 (0)