From 74e73471800d1783cfe84d6e5c71a5a95de444bb Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Mon, 10 Mar 2025 10:28:18 +0000 Subject: [PATCH] fixup! chore: updating go to 1.24 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4f6f68..e343e63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.21', '1.22', '1.23'] + go: ['1.21', '1.22', '1.23', '1.24'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v4