You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2021/11/09 05:23:00 UTC

[jira] [Created] (YUNIKORN-939) shim e2e tests fail on go 1.15

Wilfred Spiegelenburg created YUNIKORN-939:
----------------------------------------------

             Summary: shim e2e tests fail on go 1.15
                 Key: YUNIKORN-939
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-939
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: build, test - e2e
            Reporter: Wilfred Spiegelenburg


Looks like we need to update to Go 1.16 to get the e2e tests to work again:
{code:java}
# 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 {code}
This is caused by the deprecation of the ioutil package in go 1.16. ReadAll was moved into the io package.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org