-
Type: Task
-
Status: Resolved (View Workflow)
-
Priority: Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.1
-
Component/s: ci-system
-
Labels:None
-
Story Points:3
-
Epic Link:
`go mod` requires that versions be prefixed with a lowercase v: https://github.com/golang/go/issues/32945
( more angry version: https://github.com/golang/go/issues/30146 )
Add various hacks throughout the CI system to add or strip the v as necessary to create tags in git that use the v#.#.# format, but create Docker containers and other artifacts without the preceding v.
VERSION and other files will continue as-is (won't have a preceding v)
- blocks
-
VOL-1916 Migrate golang projects from using dep to go modules for dependency management
- Resolved