Skip to content

Commit 3a28f52

Browse files
Creating PR to update Go version to 1.24.6 (#275)
1 parent 19ff015 commit 3a28f52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.4
1+
1.24.6

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24
1+
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24.6
22

33
FROM --platform=$BUILDPLATFORM $golang_image AS builder
44
WORKDIR $GOPATH/src/github.com/aws/amazon-eks-pod-identity-webhook
@@ -7,7 +7,7 @@ RUN go version
77
ARG TARGETOS TARGETARCH
88
RUN GOPROXY=direct CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /webhook -v -a -ldflags="-buildid='' -w -s" .
99

10-
FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-33-latest
10+
FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest
1111
COPY --from=builder /webhook /webhook
1212
ENTRYPOINT ["/go-runner"]
1313
CMD ["/webhook"]

0 commit comments

Comments
 (0)