[ 
https://issues.apache.org/jira/browse/YUNIKORN-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kinga Marton resolved YUNIKORN-939.
-----------------------------------
    Fix Version/s: 0.12
       Resolution: Fixed

> 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
>            Assignee: Peter Bacsko
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.12
>
>
> 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-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to