From 7a82f10952d1208393a1aece72a5ad0bda6a6c84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:02:20 +0000 Subject: [PATCH] chore(deps): update non-minor dependencies to v1.21.5 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e8742b..9007961 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.21.4 as builder +FROM --platform=$BUILDPLATFORM golang:1.21.5 as builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index c52ade7..198be34 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/pod-reloader -go 1.21.4 +go 1.21.5 require ( github.com/google/uuid v1.4.0