Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-939

shim e2e tests fail on go 1.15

    XMLWordPrintableJSON

Details

    Description

      Looks like we need to update to Go 1.16 to get the e2e tests to work again:

      # github.com/onsi/gomega/matchers
      Error: /home/runner/go/pkg/mod/github.com/onsi/gomega@v1.17.0/matchers/have_http_body_matcher.go:84:30: undefined: io.ReadAll
      Error: /home/runner/go/pkg/mod/github.com/onsi/gomega@v1.17.0/matchers/have_http_status_matcher.go:81:16: undefined: io.ReadAll
      note: module requires Go 1.16 

      This is caused by the deprecation of the ioutil package in go 1.16. ReadAll was moved into the io package.

      Attachments

        Issue Links

          Activity

            People

              pbacsko Peter Bacsko
              wilfreds Wilfred Spiegelenburg
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: