We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105e115 commit 3701320Copy full SHA for 3701320
Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_IMAGE
2
ARG BUILD_IMAGE
3
-ARG GORUNNER_VERSION=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-32-16
+ARG GORUNNER_VERSION=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest
4
ARG ARCH
5
# Build the controller binary
6
FROM $BUILD_IMAGE AS builder
go.mod
@@ -1,8 +1,6 @@
module github.com/aws/amazon-vpc-resource-controller-k8s
-go 1.24.1
-
-toolchain go1.24.2
+go 1.24.6
7
require (
8
github.com/aws/amazon-vpc-cni-k8s v1.19.4
0 commit comments