github CI: use dpkg-buildpackage for building debian packages

- use go 1.19
- Makefile: improve unit test output
- cleanup: remove travis
This commit is contained in:
André Roth
2024-04-21 16:42:51 +02:00
parent 53f96c98ad
commit c248dc1803
5 changed files with 110 additions and 201 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.19'
cache: false
- name: Create VERSION file
run: |