CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
As of now if we are using go-1.20 and run make vendorcheck everything works without any issue and there is no change in go.mod and go.sum file but when it is run with go-1.21 then vendor doesn't change but go.mod and go.sum changes.
As of now if we are using
go-1.20
and runmake vendorcheck
everything works without any issue and there is no change in go.mod and go.sum file but when it is run withgo-1.21
thenvendor
doesn't change butgo.mod
andgo.sum
changes.We should check that as part of the test.