From 57a92552184b628408b2710224e637010f2b9df7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Wed, 8 Jul 2026 00:45:22 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20docker.io/library/golang?= =?UTF-8?q?=20docker=20tag=201.26.4=20=E2=86=92=201.26.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/golang/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/golang/docker-bake.hcl b/apps/golang/docker-bake.hcl index 5e4a293dc..3d7cf8410 100644 --- a/apps/golang/docker-bake.hcl +++ b/apps/golang/docker-bake.hcl @@ -6,7 +6,7 @@ variable "APP" { variable "VERSION" { // renovate: datasource=docker depName=docker.io/library/golang - default = "1.26.4" + default = "1.26.5" } variable "LICENSE" {