From 57493c99e431a7ad2bb6503895598bdd9bb5f184 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 03:10:38 +0000 Subject: [PATCH] chore(deps): update non-minor dependencies to v1.22.5 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 602a124..b5e57aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index cad35a0..ee1bb4f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/pod-reloader -go 1.22.4 +go 1.22.5 require ( github.com/google/uuid v1.6.0