From 7451b71ac8cb5558200dabb4ba00d842c20d06cc Mon Sep 17 00:00:00 2001 From: Charan Kamarapu Date: Wed, 11 Mar 2026 17:01:29 +0530 Subject: [PATCH] chore: update GO_VERSION to 1.26.0 in Dockerfile --- keploy-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keploy-ci/Dockerfile b/keploy-ci/Dockerfile index f70f61f..38d1369 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.26 +ARG GO_VERSION=1.26.0 # 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.