Skip to content
Snippets Groups Projects
Commit 5ff293bf authored by Sami Hiltunen's avatar Sami Hiltunen
Browse files

Remove legacy go.mod and go.sum files from _build directory

The build process left a go.mod and go.sum file in the _build directory
in the past. This causes problems these days when attempting to embed
the auxiliary binaries into Gitaly binary as they are considered to be
in a different module due to this. Remove the legacy files prior to
building Gitaly.
parent d5e96de8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment