From fcb0b664b522b4962bf4f9cb809c6eef813152e0 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 1 Oct 2025 15:07:22 +0200 Subject: [PATCH] update to go1.25.1 Signed-off-by: Sebastiaan van Stijn --- .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 aae0e210..7e79b04f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.24.7 + GO_VERSION: 1.25.1 jobs: validate: diff --git a/Dockerfile b/Dockerfile index 711b807e..df286725 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.24.7 +ARG GO_VERSION=1.25.1 ARG DEBIAN_VERSION=bookworm ARG XX_VERSION=1.7.0 diff --git a/deb/Dockerfile b/deb/Dockerfile index 667739ce..1dcf9369 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.24.7 +ARG GO_VERSION=1.25.1 ARG DISTRO=ubuntu ARG SUITE=jammy