-
Type: Sub-task
-
Status: To Do (View Workflow)
-
Priority: Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ci-system
-
Labels:None
-
Story Points:0
This ticket may become painful.
https://maelvls.dev/go111module-everywhere/
- GO111MODULE=on added as a a hack back in v1.11.
- As of 1.16 go get replaced by go install (module installation only)
- Suggestion is to deprecate GO111MODULE=
- While replacing "go get" with "go install"
- Docker image creation flagged this as a problem after upgrading the golang interprter to v1.17.10.
- Removal of GO111MODULE= is a requirement for upgrading to v1.18+
- Plenty of /vendor/ directories in the voltha repositories still contain 'GO111MODULE'
- links to