kconf: pint to go 1.17
This commit is contained in:
parent
93ae75f7f3
commit
a7ae450b0d
1 changed files with 6 additions and 2 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue