From 4d27d554a0dbbd7de7a1888626115df59361f8f6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 8 Apr 2026 06:33:05 +0000 Subject: [PATCH] Update golang Docker tag to v1.26.2 --- datasource-syncer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasource-syncer/Dockerfile b/datasource-syncer/Dockerfile index ad1ec6a..b7446a6 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.2-alpine AS buildbase WORKDIR /app