From e4aaf9b36e365ea49e3ddf6f988349752ac4f43d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:08:25 +0000 Subject: [PATCH] chore(deps): update non-minor dependencies to v1.26.6 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f5a341..baf59e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the webhook binary -FROM --platform=$BUILDPLATFORM golang:1.26.5 AS builder +FROM --platform=$BUILDPLATFORM golang:1.26.6 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index e60344a..ef3c995 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/image-mapper -go 1.26.5 +go 1.26.6 require ( github.com/go-logr/logr v1.4.4