buildGoModule: use go_1_12 instead of go_1_11 (#58103)

This commit is contained in:
Wael Nasreddine
2019-03-21 20:40:07 -07:00
committed by GitHub
parent e2ac456f9a
commit 52dae14f0c
12 changed files with 17 additions and 13 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ buildGoModule rec {
sha256 = "04rpdi52j26szx5kiyfmwad1sg7lfplxrkbwkr3b1kfafh1whgw5";
};
modSha256 = "12klgqm2px878lzh05yzj6lr83v7vg0vv2k69pmg6nv1wlsxdlzf";
modSha256 = "00yjcs26cm5civ96sikbd3wjmhx153xbyd805s3shca1mg99y7mm";
preConfigure = ''
postConfigure = ''
# Make the builtin tools available here
mkdir -p $out/bin
eval $(go env | grep GOTOOLDIR)