From a767624e34c6e88cf597a3610b8ce8ebee0dddbf Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 27 Feb 2025 15:04:51 +0100 Subject: [PATCH] update to go1.23.6 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 8b0da93..ca8b106 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.22.11 + GO_VERSION: 1.23.6 jobs: validate: diff --git a/Dockerfile b/Dockerfile index d5e8beb..9b477cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.22.11 +ARG GO_VERSION=1.23.6 ARG DEBIAN_VERSION=bookworm ARG XX_VERSION=1.6.1 diff --git a/deb/Dockerfile b/deb/Dockerfile index 099fd3c..468d6b1 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.22.11 +ARG GO_VERSION=1.23.6 ARG DISTRO=ubuntu ARG SUITE=focal