Skip to content

Commit 03bf447

Browse files
committed
Dockerfile*: Bump to Go 1.14
Other components have already moved, such as the installer in openshift/installer@46a5f49709 (bump the minimum version for building installer to go 1.14, 2020-06-04, openshift/installer#3723). This will make enforcing Go 1.14 formatting more consistent, per discussion in [1]. [1]: https://github.com/openshift/cluster-version-operator/pull/411/files#r458821597
1 parent b2b3add commit 03bf447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.13 AS builder
1+
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.14 AS builder
22
WORKDIR /go/src/github.com/openshift/cluster-version-operator
33
COPY . .
44
RUN hack/build-go.sh; \

Dockerfile.rhel7

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/ocp/builder:golang-1.13 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.14 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)