From 8417a43277507fe0c4e9c507d4f172a6296e6d05 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Mon, 26 May 2025 13:01:33 +0300 Subject: [PATCH] ci/cd: bump go version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a73f408..bc42d25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3-bookworm AS build +FROM golang:1.24-bookworm AS build ENV CGO_ENABLED=0