From d9678a83849fdf48000ce4d73197c695f9fac118 Mon Sep 17 00:00:00 2001 From: Ramon Bisswanger Date: Thu, 31 Jul 2025 07:54:48 +0200 Subject: [PATCH] add go 1.23 + 1.24 to github action workflows --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7686b5..1e190bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - "1.20" - "1.21" - "1.22" + - "1.23" + - "1.24" steps: - name: Install Go uses: actions/setup-go@v5