Diff kubectl-1.24.17 with a kubectl-1.25.13

/usr/portage/sys-cluster/kubectl/kubectl-1.25.13.ebuild 2023-10-09 14:52:35.464368501 +0300
1 1
# Copyright 2021-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 bash-completion-r1 go-module
6 6

  
7 7
DESCRIPTION="CLI to run commands against Kubernetes clusters"
......
13 13
KEYWORDS="amd64 ~arm64"
14 14
IUSE="hardened"
15 15

  
16
BDEPEND=">=dev-lang/go-1.18.1"
16
BDEPEND=">=dev-lang/go-1.19"
17 17

  
18 18
RESTRICT+=" test"
19 19
S="${WORKDIR}/kubernetes-${PV}"
Thank you!