Loading
go-grip: remove broken updateScript
The previous gitUpdater path used the generic updater, which only rewrote the source version/hash and did not handle buildGoModule's vendorHash correctly when dependencies changed. Other Go packages are updated successfully by the bot without setting updateScript, which lets it use its normal Go-aware updater path instead.