From e9133a4f2e3ded913f471e413e82fd2317189deb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:02:39 +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 3078e13..645137f 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 b1b74ed..1432a05 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/dns-masquerading-operator -go 1.21.4 +go 1.21.5 require ( github.com/hashicorp/go-multierror v1.1.1