chore(3p|nix): Remove typed Go

Nobody has actually done any experimentation with typed Go, so we're
getting rid of it for now - it's causing annoying IFD during build
graph generation.

Change-Id: Ibac3dea98ebed1b3ee08acda184d24c500cf695d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2458
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: lukegb <lukegb@tvl.fyi>
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Vincent Ambo 2021-01-29 19:14:27 +02:00 committed by tazjin
parent c726c6c264
commit 8f57ca92bd
7 changed files with 3 additions and 89 deletions

View file

@ -4,7 +4,7 @@
let
inherit (builtins) toFile toJSON;
in depot.nix.buildTypedGo.program {
in depot.nix.buildGo.program {
name = "besadii";
srcs = [ ./main.go2 ];
srcs = [ ./main.go ];
}