Skip to content
Snippets Groups Projects

Fix some issues reported by lintian

Merged silver-platter requested to merge svp-bot/acmeserver:lintian-fixes into master
+ 13
1
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-buster-backports.yml"
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-backports.yml"
run_tests:
stage: test
image: registry.git.autistici.org/ai3/docker/test/golang:master
script:
- run-go-test ./...
artifacts:
when: always
reports:
cobertura: cover.xml
junit: report.xml
Loading