diff --git a/Dockerfile b/Dockerfile index cade1bfd4..16025b571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22 AS builder +FROM golang:1.23 AS builder # Copy the contents of the repository COPY . /workspace/go/src/github.com/csi-addons/kubernetes-csi-addons diff --git a/build/Containerfile.sidecar b/build/Containerfile.sidecar index a74a65c56..bf1240cc1 100644 --- a/build/Containerfile.sidecar +++ b/build/Containerfile.sidecar @@ -1,5 +1,5 @@ # Build the sidecar binary -FROM golang:1.22 AS builder +FROM golang:1.23 AS builder # Copy the contents of the repository COPY . /workspace/go/src/github.com/csi-addons/kubernetes-csi-addons diff --git a/go.mod b/go.mod index f789fa555..ceaed82d7 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/csi-addons/kubernetes-csi-addons -go 1.22.7 - -toolchain go1.22.9 +go 1.23.0 require ( github.com/container-storage-interface/spec v1.11.0