ci: use go 1.23 compatible with gocovmerge

This commit is contained in:
André Roth
2025-04-19 12:58:48 +02:00
parent 67bd15487d
commit 9ef217b351
3 changed files with 24 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ jobs:
- name: "Merge Code Coverage"
run: |
go install github.com/wadey/gocovmerge@latest
go install github.com/wadey/gocovmerge@v0.0.0-20160331181800-b5bfa59ec0ad
~/go/bin/gocovmerge unit.out ${{ runner.temp }}/*.out > coverage.txt
- name: "Upload Code Coverage"