From fc03f1a83ac6cb8c51fd7c3960e79f10bacedc11 Mon Sep 17 00:00:00 2001 From: Blake Gentry Date: Tue, 18 Mar 2025 09:07:19 -0500 Subject: [PATCH] use Go 1.23 + 1.24 in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e7824ef..ee9b95e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,8 +19,8 @@ jobs: strategy: matrix: go-version: - - "1.22" - "1.23" + - "1.24" postgres-version: [16, 15] fail-fast: false timeout-minutes: 5