From 2f8c66cb5dd1d3e318f9e8015459907f03f4f7e0 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 14 Mar 2025 00:08:52 +0200 Subject: [PATCH] ci: 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 9e9ecf6a..7541031e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - go_version: [1.23.x] + go_version: [1.24.x] steps: - name: Check out code into the Go module directory