From f6a0991cb360051e1b8dd381f2b3a1a86b87d59a Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Mon, 18 Aug 2025 16:03:30 +0000 Subject: [PATCH 1/2] Bump go version 1.23->1.24 --- .github/workflows/go_test.yml | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 4b58a6d..88d6965 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [1.22.x] + go-version: [1.24.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index 92b03ec..0edeb91 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/transparency-dev/distributor -go 1.23.0 +go 1.24.0 -toolchain go1.23.6 +toolchain go1.24.6 require ( cloud.google.com/go/cloudsqlconn v1.18.0 From 68b7858c909f294f22c6b46e40114111e16f4c42 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Mon, 18 Aug 2025 16:07:24 +0000 Subject: [PATCH 2/2] Test with latest version too --- .github/workflows/go_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 88d6965..3785b4d 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [1.24.x] + go-version: [1.24.x, 1.25.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: