ci/cd: bump go version in Dockerfile

This commit is contained in:
Mohamed Sohail 2025-05-26 13:01:33 +03:00
parent f90cc75323
commit 8417a43277
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -1,4 +1,4 @@
FROM golang:1.23.3-bookworm AS build
FROM golang:1.24-bookworm AS build
ENV CGO_ENABLED=0