Diff kube-proxy-1.24.17 with a kube-proxy-1.25.13

/usr/portage/sys-cluster/kube-proxy/kube-proxy-1.25.13.ebuild 2023-10-09 14:52:35.460368501 +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
6 6

  
7 7
DESCRIPTION="Kubernetes Proxy service"
......
14 14
IUSE="hardened"
15 15

  
16 16
RDEPEND="net-firewall/conntrack-tools"
17
BDEPEND=">=dev-lang/go-1.18.1"
17
BDEPEND=">=dev-lang/go-1.19"
18 18

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