From a49c24e141f9c9fd341865b754279e42159bdac3 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 6 Dec 2025 20:12:26 +0100 Subject: [PATCH] go 1.25 --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1e1ef5..e89c5b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ permissions: contents: read env: - latest_go: "1.24.x" + latest_go: "1.25.x" GO111MODULE: on jobs: @@ -22,17 +22,17 @@ jobs: matrix: include: - job_name: Linux - go: 1.24.x + go: 1.25.x os: ubuntu-latest check_changelog: true - job_name: Linux (race) - go: 1.24.x + go: 1.25.x os: ubuntu-latest test_opts: "-race" - job_name: Linux - go: 1.23.x + go: 1.24.x os: ubuntu-latest name: ${{ matrix.job_name }} Go ${{ matrix.go }}