From 3fae0f0f201515e7d4bab14135ec0b0b7cc9b6c3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 8 Mar 2026 07:00:22 +0000 Subject: [PATCH] Update golang Docker tag to v1.26.1 --- datasource-syncer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasource-syncer/Dockerfile b/datasource-syncer/Dockerfile index ad1ec6a..95365d1 100644 --- a/datasource-syncer/Dockerfile +++ b/datasource-syncer/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Stage 1: Build the application -FROM golang:1.24.2-alpine AS buildbase +FROM golang:1.26.1-alpine AS buildbase WORKDIR /app