diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 4b58a6d..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.22.x] + go-version: [1.24.x, 1.25.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