From 6da4d1f8b36abd63f16df28bcfa7f4947cd1889e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:11:21 +0000 Subject: [PATCH] chore(deps): update non-minor dependencies to v1.22.6 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b5e57aa..08d6dc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.6 as builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 0eed3f1..cc9d254 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/pod-reloader -go 1.22.5 +go 1.22.6 require ( github.com/google/uuid v1.6.0