Skip to content

Commit fad51e9

Browse files
fix go version directive for iptables-wrapper and update iptables builder image to go 1.25 (#1896)
1 parent 8a726fb commit fad51e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eks-distro-base/Dockerfile.minimal-base-iptables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
ARG BUILDER_IMAGE
2222
ARG BASE_IMAGE
2323

24-
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.23 as iptables-wrapper-builder
24+
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.25 as iptables-wrapper-builder
2525

2626
COPY iptables-wrappers/ /iptables-wrappers
2727
RUN set -x && \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/kubernetes-sigs/iptables-wrappers
22

3-
go 1.25.3
3+
go 1.25

eks-distro-base/tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN ["update-alternatives", "--set", "ip6tables", "/usr/sbin/ip6tables-nft"]
4040

4141
CMD ["iptables"]
4242

43-
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.23-al${AL_TAG} as iptables-wrapper-tests-builder
43+
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.25-al${AL_TAG} as iptables-wrapper-tests-builder
4444

4545
COPY iptables-wrappers /iptables-wrappers
4646
RUN cd /iptables-wrappers && \

0 commit comments

Comments
 (0)