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/[email protected]/matchers/have_http_body_matcher.go:84:30:
undefined: io.ReadAll
Error:
/home/runner/go/pkg/mod/github.com/onsi/[email protected]/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: [email protected]
For additional commands, e-mail: [email protected]