From 28eb326a677026d1ab4f0916508538c0188a1238 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 28 Mar 2025 10:26:22 +0100 Subject: [PATCH] CI: swith to Go 1.23 and 1.24 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7844861..2671aaa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,10 +12,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.22', '1.21'] + go: ['1.24', '1.23'] exclude: - os: macos-latest - go: '1.21' + go: '1.24' steps: - uses: actions/checkout@v4