chore(ops/besadii): Pin git version used in besadii

This commit is contained in:
Vincent Ambo 2020-02-21 23:13:53 +00:00
parent c689df0dc7
commit 8fe90430ee

View file

@ -5,4 +5,8 @@
depot.buildGo.program {
name = "besadii";
srcs = [ ./main.go ];
x_defs = {
"main.gitBin" = "${depot.third_party.git}/bin/git";
};
}