From 962a7796458579c727c770da567fde891444dd2f 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.24.7 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 5c9ad92..aae0e21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.23.12 + GO_VERSION: 1.24.7 jobs: validate: diff --git a/Dockerfile b/Dockerfile index ada29e6..5815696 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.23.12 +ARG GO_VERSION=1.24.7 ARG DEBIAN_VERSION=bookworm ARG XX_VERSION=1.6.1 diff --git a/deb/Dockerfile b/deb/Dockerfile index 99e2fb4..667739c 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.23.12 +ARG GO_VERSION=1.24.7 ARG DISTRO=ubuntu ARG SUITE=jammy