all-packages: use go 1.12 for prow

This commit is contained in:
Roman Volosatovs 2019-09-17 00:48:30 +02:00
parent 8c33df9d65
commit e45055c328
No known key found for this signature in database
GPG key ID: 2660C5FDCEBE6F87

View file

@ -24593,7 +24593,11 @@ in
jx = callPackage ../applications/networking/cluster/jx {};
prow = callPackage ../applications/networking/cluster/prow {};
prow = callPackage ../applications/networking/cluster/prow {
# Version 2019-08-14 fails to build with go 1.13 due to dependencies:
# go: golang.org/x/lint@v0.0.0-20190301231843-5614ed5bae6f used for two different module paths (github.com/golang/lint and golang.org/x/lint)
buildGoModule = buildGo112Module;
};
inherit (callPackage ../applications/networking/cluster/terraform {})
terraform_0_11