Skip to content

Commit 2d203a4

Browse files
Merge pull request #297 from vrutkovs/go-mod
Migrate to go modules and k8s 1.17
2 parents 611490f + b80efbe commit 2d203a4

File tree

931 files changed

+54626
-189179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

931 files changed

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