Wilfred Spiegelenburg created YUNIKORN-3174:
-----------------------------------------------

             Summary: Read ginkgo version from go.mod file
                 Key: YUNIKORN-3174
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-3174
             Project: Apache YuniKorn
          Issue Type: Task
          Components: shim - kubernetes
            Reporter: Wilfred Spiegelenburg


In the Makefile we install tools, like ginkgo, based on the version specified 
in the file. We should use the same setup as we use for the protobuf release in 
the scheduler-interface and use something like this:
{code:java}
go list -m 'google.golang.org/protobuf' {code}
We should use that for:
 * ginkgo (github.com/onsi/ginkgo/v2)
 * kubectl (k8s.io/kubernetes)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to