Skip to content

Commit 7918181

Browse files
Merge pull request #11448 from sebsoto/go14
Use go1.14 to build WMCO
2 parents bbf7b28 + 9737423 commit 7918181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build_root:
33
image_stream_tag:
44
name: release
55
namespace: openshift
6-
tag: golang-1.13
6+
tag: golang-1.14
77
images:
88
- dockerfile_path: build/Dockerfile.ci
99
to: windows-machine-config-operator-test

ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build_root:
33
image_stream_tag:
44
name: release
55
namespace: openshift
6-
tag: golang-1.13
6+
tag: golang-1.14
77
images:
88
- dockerfile_path: build/Dockerfile.ci
99
to: windows-machine-config-operator-test

ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build_root:
33
image_stream_tag:
44
name: release
55
namespace: openshift
6-
tag: golang-1.13
6+
tag: golang-1.14
77
images:
88
- dockerfile_path: build/Dockerfile.ci
99
to: windows-machine-config-operator-test

0 commit comments

Comments
 (0)