Skip to content

Commit 20db0bc

Browse files
committed
fixup! bump go to 1.26 in ray-operator docker file
fixup! bump go to 1.26 in ray-operator docker file
1 parent 5fa2cce commit 20db0bc

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

.buildkite/test-e2e.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test RayCluster and GCS E2E (nightly operator)'
22
instance_size: large
3-
image: golang:1.25-bookworm
3+
image: golang:1.26-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -20,7 +20,7 @@
2020

2121
- label: 'Test RayJob E2E (nightly operator)'
2222
instance_size: large
23-
image: golang:1.25-bookworm
23+
image: golang:1.26-bookworm
2424
commands:
2525
- source .buildkite/setup-env.sh
2626
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -40,7 +40,7 @@
4040

4141
- label: 'Test E2E rayservice (nightly operator)'
4242
instance_size: large
43-
image: golang:1.25-bookworm
43+
image: golang:1.26-bookworm
4444
commands:
4545
- source .buildkite/setup-env.sh
4646
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -60,7 +60,7 @@
6060

6161
- label: 'Test RayService Incremental Upgrade E2E (nightly operator)'
6262
instance_size: large
63-
image: golang:1.25-bookworm
63+
image: golang:1.26-bookworm
6464
commands:
6565
- source .buildkite/setup-env.sh
6666
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite-1-29.yml
@@ -99,7 +99,7 @@
9999

100100
- label: 'Test Autoscaler E2E Part 1 (nightly operator)'
101101
instance_size: large
102-
image: golang:1.25-bookworm
102+
image: golang:1.26-bookworm
103103
commands:
104104
- source .buildkite/setup-env.sh
105105
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -119,7 +119,7 @@
119119

120120
- label: 'Test Autoscaler E2E Part 2 (nightly operator)'
121121
instance_size: large
122-
image: golang:1.25-bookworm
122+
image: golang:1.26-bookworm
123123
commands:
124124
- source .buildkite/setup-env.sh
125125
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -139,7 +139,7 @@
139139

140140
- label: 'Test E2E Operator Version Upgrade (v1.6.0)'
141141
instance_size: large
142-
image: golang:1.25-bookworm
142+
image: golang:1.26-bookworm
143143
commands:
144144
- source .buildkite/setup-env.sh
145145
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -158,7 +158,7 @@
158158

159159
- label: 'Test Apiserver E2E (nightly operator)'
160160
instance_size: large
161-
image: golang:1.25-bookworm
161+
image: golang:1.26-bookworm
162162
commands:
163163
- source .buildkite/setup-env.sh
164164
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -181,7 +181,7 @@
181181

182182
- label: 'Test RayJob Light Weight Submitter E2E (nightly operator)'
183183
instance_size: large
184-
image: golang:1.25-bookworm
184+
image: golang:1.26-bookworm
185185
commands:
186186
- source .buildkite/setup-env.sh
187187
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -202,7 +202,7 @@
202202

203203
- label: 'Test RayCronJob E2E (nightly operator)'
204204
instance_size: large
205-
image: golang:1.25-bookworm
205+
image: golang:1.26-bookworm
206206
commands:
207207
- source .buildkite/setup-env.sh
208208
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

.buildkite/test-historyserver-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test History Server E2E (nightly operator)'
22
instance_size: large
3-
image: golang:1.25-bookworm
3+
image: golang:1.26-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

.buildkite/test-kubectl-plugin-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test E2E (kubectl-plugin)'
22
instance_size: large
3-
image: golang:1.25-bookworm
3+
image: golang:1.26-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

.buildkite/test-python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test Python Client'
22
instance_size: large
3-
image: golang:1.25-bookworm
3+
image: golang:1.26-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

.buildkite/test-sample-yamls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test Sample YAMLs (nightly operator)'
22
instance_size: large
3-
image: golang:1.25-bookworm
3+
image: golang:1.26-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -21,7 +21,7 @@
2121

2222
- label: 'Test Sample YAMLs (latest release)'
2323
instance_size: large
24-
image: golang:1.25-bookworm
24+
image: golang:1.26-bookworm
2525
commands:
2626
- source .buildkite/setup-env.sh
2727
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

apiserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the backend service
2-
FROM golang:1.25-bookworm AS builder
2+
FROM golang:1.26-bookworm AS builder
33

44
WORKDIR /workspace
55

experimental/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build security proxy
2-
FROM golang:1.25-bookworm AS builder
2+
FROM golang:1.26-bookworm AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

historyserver/Dockerfile.collector

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.1 AS builder
1+
FROM golang:1.26.1 AS builder
22

33
ARG GOPROXY=https://proxy.golang.org,direct
44
ARG ENABLE_RACE=false

historyserver/Dockerfile.historyserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.1 AS builder
1+
FROM golang:1.26.1 AS builder
22

33
ARG GOPROXY=https://proxy.golang.org,direct
44
ENV GOPROXY=${GOPROXY}

proto/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generate client code (go & json) from API protocol buffers
2-
FROM golang:1.25-bookworm AS generator
2+
FROM golang:1.26-bookworm AS generator
33

44
ENV PROTOC_VERSION 29.2
55
ENV GOLANG_PROTOBUF_VERSION v1.36.1

0 commit comments

Comments
 (0)