devel/gitlab-shell: fix build errors due to checksum failure
The port will execute `go mod download` to download go modules. This command modifies the go.mod file which causes the checksum check to fail. Backup the go.mod and restore it afterwards. PR: 278520 (cherry picked from commit 30ee3981)
Please register or sign in to comment