From b844409a1263c5e16b7d0916c97feeb910587f2b Mon Sep 17 00:00:00 2001 From: Ameya Keskar <55844298+ameya-keskar@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:20:57 +0530 Subject: [PATCH] update to go1.25.5 - Update Go version to v1.25.5 in build workflow - Update GO_VERSION to 1.25.5 in Dockerfile - Update GO_VERSION to 1.25.5 Signed-off-by: Ameya Keskar <55844298+ameya-keskar@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- deb/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73fe0c4..ec74c5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.25.2 + GO_VERSION: 1.25.5 jobs: validate: diff --git a/Dockerfile b/Dockerfile index cb19e68..b78c83e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.25.2 +ARG GO_VERSION=1.25.5 ARG DEBIAN_VERSION=bookworm ARG XX_VERSION=1.7.0 diff --git a/deb/Dockerfile b/deb/Dockerfile index c1db13d..2c4c07f 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.25.2 +ARG GO_VERSION=1.25.5 ARG DISTRO=ubuntu ARG SUITE=jammy