From 8d30a584b508a9926a48238a9a573e63b16a8fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4fer?= Date: Thu, 21 May 2026 02:42:59 +0200 Subject: [PATCH] ci(test): use Go version from go.mod Former-commit-id: 88d946c9b443d0d97524d9c9a2ad8ccdcbe6a8c3 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45b3674..16c6d38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.25 + go-version-file: go.mod - name: Run Go tests run: make test @@ -47,7 +47,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.25 + go-version-file: go.mod - name: Build targets via `make` run: make ${{ matrix.target }}