Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The current go.mod for both the core and the k8shim point to a release tag of our own repositories. This is not correct.
The master branches should not point to a release tag as they can move while we go through our development process. Go provides the option to use a pseudo version for this and we should stick to that for master as per this comment https://go.dev/ref/mod#pseudo-versions:
Pseudo-versions may refer to revisions for which no semantic version tags are available. They may be used to test commits before creating version tags, for example, on a development branch.
Attachments
Issue Links
- is caused by
-
YUNIKORN-1016 Update scheduler-interface dependency to v0.12.2-1 (core)
- Closed
-
YUNIKORN-1017 Update dependencies to v0.12.2-1 (k8shim)
- Closed
- is related to
-
YUNIKORN-371 Document how to manage and update go mod dependencies
- Closed
- links to