From 3996462204f60502702b67ab014802fc3359daaf Mon Sep 17 00:00:00 2001 From: rahul-aravind-opti Date: Tue, 11 Nov 2025 09:41:50 -0500 Subject: [PATCH] CHAINS-6848 upgrade go --- .github/workflows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index a23b4625c4..baf7f7f918 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -5,7 +5,7 @@ ########################### # Build binaries stage ########################### -FROM --platform=$BUILDPLATFORM golang:1.22.11-alpine3.21 AS build +FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS build ADD . /app WORKDIR /app # Arguments required to build binaries targetting the correct OS and CPU architectures