From 81793e2062dac2e49ebd8c6093fcdd124cf5dcd0 Mon Sep 17 00:00:00 2001 From: Charan Kamarapu Date: Wed, 11 Mar 2026 16:43:36 +0530 Subject: [PATCH] chore: update GO_VERSION to 1.26 in keploy-ci Dockerfile --- keploy-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keploy-ci/Dockerfile b/keploy-ci/Dockerfile index ac26249..f70f61f 100644 --- a/keploy-ci/Dockerfile +++ b/keploy-ci/Dockerfile @@ -6,7 +6,7 @@ # Linux binaries with CGO_ENABLED=0. FROM public.ecr.aws/docker/library/debian:trixie-slim -ARG GO_VERSION=1.25.7 +ARG GO_VERSION=1.26 # Keep Docker "major.minor" aligned with the latest stable release. ARG DOCKER_MAJOR_MINOR=29.1 # Provided automatically by BuildKit/buildx; fallback to dpkg when unset.