You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/e2e-openshift/Dockerfile
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# The Dockerfile's resulting image is purpose-built for executing OpenTelemetry Operator e2e tests within the OpenShift release (https://github.com/openshift/release) using Prow CI.
2
2
3
-
FROM golang:1.20
3
+
FROM golang:1.21
4
4
5
5
# Copy the repository files
6
6
COPY . /tmp/opentelemetry-operator
@@ -25,6 +25,9 @@ RUN curl -LO https://github.com/kudobuilder/kuttl/releases/download/v0.15.0/kube
0 commit comments