This cross-project repository holds utilities, scripts, and common files used across the containerd master project and many sub-projects within the containerd organization
The latest version of golang.org/x/sys requires Go 1.17 and cannot be compiled with older versions of Go. github.com/vbatts/git-validation imports golang.org/x/sys and specifies a compatible version of golang.org/x/sys in its go.mod, but using go get -u overrides the version. Use go install instead, which will respect the version specified in git-validation's go.mod.
The latest version of golang.org/x/sys requires Go 1.17 and cannot be compiled with older versions of Go. github.com/vbatts/git-validation imports golang.org/x/sys and specifies a compatible version of golang.org/x/sys in its go.mod, but using
go get -u
overrides the version. Usego install
instead, which will respect the version specified in git-validation's go.mod.See also https://github.com/vbatts/git-validation/issues/56 and https://github.com/opencontainers/distribution-spec/issues/343.