-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
None
-
None
The Prow jobs that should be running tests using Go 1.19 are currently using the container for Go 1.18:
❯ podman run -it --name test-go-1.18 registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.18-openshift-4.12 go version go version go1.18.4 linux/amd64
We should instead be using the 1.19 container:
❯ podman run -it --name test-go-1.19 registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.19-openshift-4.12 go version go version go1.19.13 linux/amd64
- impacts account
-
OSPRH-2668 [ci-framework] Update Go version in CI environments
-
- Closed
-