Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-2670

Go 1.19 tests using Go 1.18 version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Normal Normal
    • None
    • None
    • ci-framework
    • None
    • 2023Q4

      The Prow jobs that should be running tests using Go 1.19 are currently using the container for Go 1.18:

      https://github.com/openshift/release/blob/master/ci-operator/config/openstack-k8s-operators/openstack-k8s-operators-ci/openstack-k8s-operators-openstack-k8s-operators-ci-main.yaml#L34-L51

      ❯ 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 

              rhn-support-bshephar Brendan Shephard (Inactive)
              rhn-support-bshephar Brendan Shephard (Inactive)
              rhos-product-tooling
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: