Skip to content

Commit 604d0e7

Browse files
committed
update to patch cves
1 parent 105e115 commit 604d0e7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_IMAGE
22
ARG 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
44
ARG ARCH
55
# Build the controller binary
66
FROM $BUILD_IMAGE AS builder

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module 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

75
require (
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
)

0 commit comments

Comments
 (0)