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 }}