diff --git a/ci-operator/config/openshift/installer/master.json b/ci-operator/config/openshift/installer/master.json index 5fcca922c395..96b0f2c9ebbb 100644 --- a/ci-operator/config/openshift/installer/master.json +++ b/ci-operator/config/openshift/installer/master.json @@ -18,7 +18,7 @@ "cluster": "https://api.ci.openshift.org", "namespace": "openshift", "name": "release", - "tag": "golang-1.9" + "tag": "golang-1.10" }, "canonical_go_repository": "github.com/openshift/installer", @@ -59,4 +59,4 @@ "limits": { "cpu": "7", "memory": "9Gi" } } } -} \ No newline at end of file +}