Skip to content

Turn go update hook to default on

John Cai requested to merge jc-turn-go-pre-receive-default-on into master

fixes: #2878 (closed)

The go update hook has been running fine in production. However, I'm hesitant to completely remove it, as we don't have any update hooks that run in production and this has yet to land in customers' hands, who have production custom hooks that are critical.

So, I think we should default this to on and let it bake for a release before removing it completely.

Merge request reports