buildGoModule: use go_1_12 instead of go_1_11 (#58103)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user