From 4849c2328b456877bc8051601277c405da39105c Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Fri, 8 Aug 2025 10:54:56 -0500 Subject: [PATCH] update to go1.23.12 Signed-off-by: Austin Vazquez --- .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 ef6dfc42..7fc53f00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.23.6 + GO_VERSION: 1.23.12 jobs: validate: diff --git a/Dockerfile b/Dockerfile index 81ff7536..41b11b27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.23.6 +ARG GO_VERSION=1.23.12 ARG DEBIAN_VERSION=bookworm ARG XX_VERSION=1.6.1 diff --git a/deb/Dockerfile b/deb/Dockerfile index 468d6b17..3bfabf32 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.23.6 +ARG GO_VERSION=1.23.12 ARG DISTRO=ubuntu ARG SUITE=focal