From 0c8bca0af85a71f81994f86cc776807b7b0dceec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:32:21 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.27 --- .devcontainer/devcontainer.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 868d5bc..5a05272 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Kubebuilder DevContainer", - "image": "golang:1.26", + "image": "golang:1.27", "features": { "ghcr.io/devcontainers/features/docker-in-docker:4": {}, "ghcr.io/devcontainers/features/git:1": {} diff --git a/Dockerfile b/Dockerfile index 2f7ff50..197206e 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 ARG LDFLAGS