You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2021/11/11 01:12:59 UTC

[GitHub] [incubator-yunikorn-k8shim] wilfred-s commented on pull request #327: [YUNIKORN-939] shim e2e tests fail on go 1.15

wilfred-s commented on pull request #327:
URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/327#issuecomment-965903587


   Looks like we need to update the go.mod & go.sum file to get a clean build to pass:
   ```
   	go get github.com/apache/incubator-yunikorn-scheduler-interface/lib/go/si@v0.11.1-0.20210825113556-88f21e44dc01
   	go get github.com/prometheus/client_golang/prometheus@v1.7.1
   	go get github.com/googleapis/gnostic/openapiv2@v0.4.1
   	go get google.golang.org/grpc/binarylog/grpc_binarylog_v1@v1.27.1
   	go get github.com/prometheus/client_model/go@v0.2.0
   	go get golang.org/x/crypto/ssh/terminal@v0.0.0-20201002170205-7f63de1d35b0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org