Diff kubelet-1.24.17 with a kubelet-1.25.13

/usr/portage/sys-cluster/kubelet/kubelet-1.25.13.ebuild 2023-10-09 14:52:35.464368501 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit go-module systemd
6 6

  
7 7
DESCRIPTION="Kubernetes Node Agent"
......
13 13
KEYWORDS="amd64 ~arm64"
14 14
IUSE="hardened selinux"
15 15

  
16
BDEPEND=">=dev-lang/go-1.18.1"
16
BDEPEND=">=dev-lang/go-1.19"
17 17
RDEPEND="selinux? ( sec-policy/selinux-kubernetes )"
18 18

  
19 19
RESTRICT+=" test "
Thank you!