kconf: pint to go 1.17

This commit is contained in:
Sandro Jäckel 2022-06-30 01:09:31 +02:00
parent 93ae75f7f3
commit a7ae450b0d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 { };