.ci-operator: Bump to Go 1.16#665
Conversation
This is ART's default for OpenShift 4.10 [1], and we need [1.16's new `io/fs` package][2] to avoid [3]: INFO[2021-09-24T19:45:46Z] vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/metrics.go:21:2: cannot find package "." in: /go/src/github.com/openshift/cluster-version-operator/vendor/io/fs for the 1.22 Kube bumps needed for targeted edge blocking [4]. [1]: https://github.com/openshift/ocp-build-data/blob/f14ea97fcb9893c325f12bed9d9afb9cd2f10857/streams.yml#L31 [2]: https://golang.org/doc/go1.16#fs [3]: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_cluster-version-operator/663/pull-ci-openshift-cluster-version-operator-master-unit/1441488679963987968#1:build-log.txt%3A13 [4]: openshift#663
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jottofar, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Confirmation that this worked for our presubmit builds: (vs. 1.15 in the #663 presubmit). |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
This is ART's default for OpenShift 4.10, and we need 1.16's new
io/fspackage to avoid:for the 1.22 Kube bumps needed for targeted edge blocking (#663).