ci(test): use Go version from go.mod

Former-commit-id: 88d946c9b4
This commit is contained in:
Marc Schäfer
2026-05-21 02:42:59 +02:00
committed by GitHub
parent 936642cef9
commit 8d30a584b5

View File

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