diff --git a/Dockerfile b/Dockerfile index f3d24391..a557a31d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.23.8-bookworm AS build +FROM --platform=$BUILDPLATFORM golang:1.23.11-bookworm AS build ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index fdffea2e..9e309f7e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/vmware-tanzu/velero-plugin-for-gcp go 1.23.0 -toolchain go1.23.8 +toolchain go1.23.11 require ( cloud.google.com/go/storage v1.50.0