From 7595580d37e8faeaa7cfd75959d5f4a1fef13878 Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Tue, 11 Feb 2025 17:40:34 -0500 Subject: [PATCH] go 1.24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 483845b9..89ab2b42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x] + go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }}