update or downgrade go modules to match debian versions

- use go 1.22 (as available also in bookworm-backports)
- do not install go mods in docker
This commit is contained in:
André Roth
2024-09-16 10:26:55 +02:00
parent 373a157163
commit 88f4101866
5 changed files with 221 additions and 234 deletions

View File

@@ -82,11 +82,6 @@ jobs:
sudo mkdir -p /srv ; sudo chown runner /srv
COVERAGE_DIR=${{ runner.temp }} make all
- name: "Install Go 1.22 for merging coverage"
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Merge code coverage
run: |
go install github.com/wadey/gocovmerge@latest