File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11ARG BASE_IMAGE
22ARG BUILD_IMAGE
3- ARG GORUNNER_VERSION=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-32-16
3+ ARG GORUNNER_VERSION=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest
44ARG ARCH
55# Build the controller binary
66FROM $BUILD_IMAGE AS builder
Original file line number Diff line number Diff line change 11module github.com/aws/amazon-vpc-resource-controller-k8s
22
3- go 1.24.1
4-
5- toolchain go1.24.2
3+ go 1.24.6
64
75require (
86 github.com/aws/amazon-vpc-cni-k8s v1.19.4
@@ -51,6 +49,7 @@ require (
5149 github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
5250 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
5351 github.com/x448/float16 v0.8.4 // indirect
52+ golang.org/x/sync v0.13.0 // indirect
5453 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
5554 sigs.k8s.io/randfill v1.0.0 // indirect
5655)
You can’t perform that action at this time.
0 commit comments