Skip to content

Commit 67cdbb5

Browse files
Merge pull request #461 from LalatenduMohanty/bump-go-version-115
Bug 1884209: Moving the go version to 1.15 as the Dockerfile.rhel already on it
2 parents 2269661 + 80a0a0a commit 67cdbb5

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)