From 13b538b8862fb0acbe5b5b583b380ac2c7591b96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 05:48:15 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.27.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.26.6 | 1.27.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- controller-gen/main.go | 2 +- crd-ref-docs/main.go | 2 +- go-licenses/main.go | 2 +- protoc-gen-go-grpc/dagger/main.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/controller-gen/main.go b/controller-gen/main.go index 23095258..729b234c 100644 --- a/controller-gen/main.go +++ b/controller-gen/main.go @@ -34,7 +34,7 @@ func New( controllerGenVersion string, // +optional // renovate image: datasource=docker depName=golang versioning=docker - // +default="golang:1.26.6-bookworm" + // +default="golang:1.27.1-bookworm" goImage string, // +optional ctr *dagger.Container, diff --git a/crd-ref-docs/main.go b/crd-ref-docs/main.go index f379cb57..69e96c81 100644 --- a/crd-ref-docs/main.go +++ b/crd-ref-docs/main.go @@ -37,7 +37,7 @@ func New( // Go image to use. // +optional // renovate image: datasource=docker depName=golang versioning=docker -// +default="golang:1.26.6-alpine" +// +default="golang:1.27.1-alpine" Image string, // CrdRefDocs version to use. // +optional diff --git a/go-licenses/main.go b/go-licenses/main.go index 9779ee8b..639bc9d6 100644 --- a/go-licenses/main.go +++ b/go-licenses/main.go @@ -34,7 +34,7 @@ func New( goLicensesVersion string, // +optional // renovate image: datasource=docker depName=golang versioning=docker -// +default="golang:1.26.6-alpine" +// +default="golang:1.27.1-alpine" goImage string, // +optional ctr *dagger.Container, diff --git a/protoc-gen-go-grpc/dagger/main.go b/protoc-gen-go-grpc/dagger/main.go index 94116696..a0ea1427 100644 --- a/protoc-gen-go-grpc/dagger/main.go +++ b/protoc-gen-go-grpc/dagger/main.go @@ -22,7 +22,7 @@ func New( // Custom image to use to run protoc. // +optional // renovate image: datasource=docker depName=golang versioning=docker -// +default="golang:1.26.6-bookworm" +// +default="golang:1.27.1-bookworm" goImage string, // +optional // renovate: datasource=github-tags depName=protocolbuffers/protobuf versioning="regex:^v?(?\\d+)\\.(?\\d+)$"