Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
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
- is a parent of
-
YUNIKORN-1026 update documentation with correct go requirments
- Closed
- links to