-
Story
-
Resolution: Won't Do
-
Medium
-
None
-
None
Determine if we need any features from newer golang version
Determine if a dependency requires a newer version of golang
If either is true and agreed to through planning, then update the version
- Update version in go.mod
- Update all references of builder or base images that include a go version to match version in go.mod
- Go mod tidy to refresh module versions
Makefile
Dockerfile
We need to double check the base image for the new golang is publicly available:
skopeo list-tags docker://registry.ci.openshift.org/ocp/builder
Make build
Fix any issues if they appear
{}NOTE:{} This issue came from a template. If you find any problems with it, please contact the admins so we can update the template accordingly for the next release.