Skip to content

Commit

Permalink
Merge pull request #142 from soltysh/bump_golang
Browse files Browse the repository at this point in the history
Bug 1856763: update golang version to be 1.13
  • Loading branch information
openshift-merge-robot committed Jul 16, 2020
2 parents c3f96cb + 0bf6067 commit b3a7920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.13 AS builder
WORKDIR /go/src/github.com/openshift/cluster-config-operator
COPY . .
ENV GO_PACKAGE github.com/openshift/cluster-config-operator
Expand Down

0 comments on commit b3a7920

Please sign in to comment.