diff --git a/.go-version b/.go-version index 2a0ba77cc..da9594fd6 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.4 +1.22.5 diff --git a/Dockerfile b/Dockerfile index 723673e16..fc9d864d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-09-06-1694026927.2 -ARG golang_image=public.ecr.aws/docker/library/golang:1.22.4 +ARG golang_image=public.ecr.aws/docker/library/golang:1.22.5 FROM --platform=$BUILDPLATFORM $golang_image AS builder WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator diff --git a/go.mod b/go.mod index 02da30c5d..eac92d8b3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/aws-iam-authenticator -go 1.22.4 +go 1.22.5 require ( github.com/aws/aws-sdk-go v1.54.6 diff --git a/tests/integration/go.mod b/tests/integration/go.mod index 1ab9d86af..29e479e6e 100644 --- a/tests/integration/go.mod +++ b/tests/integration/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/aws-iam-authenticator/tests/integration -go 1.22.4 +go 1.22.5 require ( github.com/aws/aws-sdk-go v1.54.6