kconf: pint to go 1.17

This commit is contained in:
Sandro Jäckel
2022-07-15 23:51:01 +02:00
parent 93ae75f7f3
commit a7ae450b0d
+6 -2
View File
@@ -27922,7 +27922,9 @@ with pkgs;
k3sup = callPackage ../applications/networking/cluster/k3sup {};
kconf = callPackage ../applications/networking/cluster/kconf { };
kconf = callPackage ../applications/networking/cluster/kconf {
buildGoModule = buildGo117Module;
};
kail = callPackage ../tools/networking/kail { };
@@ -28061,7 +28063,9 @@ with pkgs;
kubebuilder = callPackage ../applications/networking/cluster/kubebuilder { };
kuttl = callPackage ../applications/networking/cluster/kuttl { };
kuttl = callPackage ../applications/networking/cluster/kuttl {
buildGoModule = buildGo117Module;
};
kubectl-doctor = callPackage ../applications/networking/cluster/kubectl-doctor { };