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