Skip to content

Add gomodTidy1.17 to postUpdateOptions for Gitaly

Will Chandler (ex-GitLab) requested to merge wc-gitaly-tidy-1_17 into main

Some Gitaly package updates created by renovate-bot are failing due to incompatibility with Go 1.16. As Gitaly's minimum supported Go version is 1.17, we can safely add gomodTidy1.17 to our postUpdateOptions, which will run go mod tidy -compat=1.17 and successfully update go.sum.

Merge request reports

Loading