Skip to content

Commit 7dee92e

Browse files
Merge pull request #414 from wking/go-1.14
Dockerfile*: Bump to Go 1.14
2 parents 1e6f30b + 640929f commit 7dee92e

File tree

4 files changed

+9635
-2
lines changed

4 files changed

+9635
-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)