Skip to content

Commit 80a0a0a

Browse files
Moving the go version to 1.15 as the Dockerfile.rhel already moved to 1.15
Signed-off-by: Lalatendu Mohanty <[email protected]>
1 parent 2269661 commit 80a0a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.14 AS builder
1+
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15 AS builder
22
WORKDIR /go/src/github.com/openshift/cluster-version-operator
33
COPY . .
44
RUN hack/build-go.sh; \

0 commit comments

Comments
 (0)