From a951f0cd739343e5f269ba39dee20ed66665c36e Mon Sep 17 00:00:00 2001 From: Markus Wieland Date: Thu, 27 Aug 2026 11:26:56 +0200 Subject: [PATCH] fix: update Go version in Dockerfile to 1.27 and remove constraints in renovate.json Signed-off-by: Markus Wieland --- .github/renovate.json | 7 ------- Dockerfile | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7a238cb48..22b6dcc94 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,6 @@ ], "commitMessageAction": "Renovate: Update", "constraints": { - "go": "1.26", "python": "3.13" }, "dependencyDashboardOSVVulnerabilitySummary": "all", @@ -73,12 +72,6 @@ } ], "packageRules": [ - { - "matchPackageNames": [ - "golang" - ], - "allowedVersions": "1.26.x" - }, { "matchPackageNames": [ "postgresql-18" diff --git a/Dockerfile b/Dockerfile index 2580e9637..0cc33f1ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.26 AS builder +FROM golang:1.27 AS builder ARG TARGETOS ARG TARGETARCH # Path of our go.mod