Skip to content

git2go: Fix failure on MacOS X systems

Pavlo Strokov requested to merge ps-update-x-sys-pkg into master

Because of the issue in the Go v1.17 https://github.com/golang/go/issues/46763 the git2go dependent tests was failing the execution with fatal error. Update of the golang.org/x/sys to newer version fixes this problem.

Merge request reports