From abfb9ab126dec118c426584e432874d5b82e0122 Mon Sep 17 00:00:00 2001 From: Rahul Aravind Mehalingam <38707271+rahul-aravind-opti@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:58:15 -0500 Subject: [PATCH] Revert "CHAINS-6848 upgrade go in forked btcd dockerfile" --- .github/workflows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index baf7f7f918..a23b4625c4 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -5,7 +5,7 @@ ########################### # Build binaries stage ########################### -FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS build +FROM --platform=$BUILDPLATFORM golang:1.22.11-alpine3.21 AS build ADD . /app WORKDIR /app # Arguments required to build binaries targetting the correct OS and CPU architectures