From fdcc369e321929441334c6bb3b77f7fb4fed1984 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:08:35 +0000 Subject: [PATCH] chore(deps): update non-minor dependencies to v1.21.4 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4779d8..85d904c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.21.3 as builder +FROM --platform=$BUILDPLATFORM golang:1.21.4 as builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index bb5bc71..57378de 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/project-operator -go 1.21.3 +go 1.21.4 require ( github.com/onsi/ginkgo/v2 v2.13.0