File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/setup-go@v3
22
22
with :
23
23
# Use the same go version with build job
24
- go-version : ' 1 .20'
24
+ go-version : v1 .20
25
25
26
26
- name : Check golang version
27
27
working-directory : ./ray-operator
@@ -44,11 +44,11 @@ jobs:
44
44
with :
45
45
fetch-depth : 0
46
46
47
- - name : Set up Go 1.19.x
48
- uses : actions/setup-go@v2
47
+ - name : Set up Go
48
+ uses : actions/setup-go@v3
49
49
with :
50
50
# Use the same go version with build job
51
- go-version : ' 1.19 '
51
+ go-version : v1.20
52
52
53
53
- name : Check golang version
54
54
working-directory : ./ray-operator
@@ -69,10 +69,10 @@ jobs:
69
69
fetch-depth : 0
70
70
71
71
- name : Set up Go
72
- uses : actions/setup-go@v2
72
+ uses : actions/setup-go@v3
73
73
with :
74
74
# Use the same go version with build job
75
- go-version : ' 1 .20'
75
+ go-version : v1 .20
76
76
77
77
- name : Update CRD/RBAC YAML files
78
78
working-directory : ./ray-operator
Original file line number Diff line number Diff line change 21
21
- name : Set up Go
22
22
uses : actions/setup-go@v3
23
23
with :
24
- go-version : ' 1 .20'
24
+ go-version : v1 .20
25
25
26
26
- name : Check out code into the Go module directory
27
27
uses : actions/checkout@v2
81
81
- name : Set up Go
82
82
uses : actions/setup-go@v3
83
83
with :
84
- go-version : ' 1 .20'
84
+ go-version : v1 .20
85
85
86
86
- name : Check out code into the Go module directory
87
87
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 16
16
uses : actions/setup-go@v3
17
17
with :
18
18
# Use the same go version with build job
19
- go-version : ' 1 .20'
19
+ go-version : v1 .20
20
20
21
21
- name : Check out code into the Go module directory
22
22
uses : actions/checkout@v2
@@ -119,7 +119,7 @@ jobs:
119
119
- name : Set up Go
120
120
uses : actions/setup-go@v3
121
121
with :
122
- go-version : ' 1 .20'
122
+ go-version : v1 .20
123
123
124
124
- name : Check out code into the Go module directory
125
125
uses : actions/checkout@v2
@@ -200,7 +200,7 @@ jobs:
200
200
- name : Set up Go
201
201
uses : actions/setup-go@v3
202
202
with :
203
- go-version : ' 1 .20'
203
+ go-version : v1 .20
204
204
205
205
- name : Check out code into the Go module directory
206
206
uses : actions/checkout@v2
@@ -274,7 +274,7 @@ jobs:
274
274
- name : Set up Go
275
275
uses : actions/setup-go@v3
276
276
with :
277
- go-version : ' 1 .20'
277
+ go-version : v1 .20
278
278
279
279
- name : Check out code into the Go module directory
280
280
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessar
151
151
KUSTOMIZE = $(LOCALBIN ) /kustomize
152
152
$(KUSTOMIZE ) : $(LOCALBIN )
153
153
kustomize : $(KUSTOMIZE ) # # Download kustomize locally if necessary.
154
- test -s $(KUSTOMIZE ) || GOBIN=$(LOCALBIN ) go install sigs.k8s.io/kustomize/kustomize/v5@latest
154
+ test -s $(KUSTOMIZE ) || GOBIN=$(LOCALBIN ) go install sigs.k8s.io/kustomize/kustomize/v5@v5.3.0
155
155
156
156
ENVTEST = $(LOCALBIN ) /setup-envtest
157
157
$(ENVTEST ) : $(LOCALBIN )
You can’t perform that action at this time.
0 commit comments