This PR detects the golang version and sets it in the go.mod file, e.g go mod tidy -go=<version>. We assume our wolfi golang version is satisfying the initial requirements from the go.mod and its version is higher than the minimum defined in the go.mod file.
This PR also supports running go mod tidy before the bumps.
This PR detects the golang version and sets it in the go.mod file, e.g
go mod tidy -go=<version>
. We assume our wolfi golang version is satisfying the initial requirements from the go.mod and its version is higher than the minimum defined in the go.mod file.This PR also supports running
go mod tidy
before the bumps.closes #5