From 807e70c94fac100d2ec5dda0cd24512bd6d41188 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 7 Oct 2022 09:41:28 +0000 Subject: [PATCH] Fix go-systemd version in certinject Fixes the unit tests on Fedora. --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index d43df03..0bcf496 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -31,6 +31,7 @@ task: - git clone https://github.com/namecoin/certinject.git - cd certinject - go mod init github.com/namecoin/certinject + - go mod edit -replace github.com/coreos/go-systemd=github.com/coreos/go-systemd/v22@latest - go mod tidy - go generate ./... - go mod tidy @@ -125,6 +126,7 @@ task: - git clone https://github.com/namecoin/certinject.git - cd certinject - go mod init github.com/namecoin/certinject + - go mod edit -replace github.com/coreos/go-systemd=github.com/coreos/go-systemd/v22@latest - go mod tidy - go generate ./... - go mod tidy @@ -195,6 +197,7 @@ task: - git clone https://github.com/namecoin/certinject.git - cd certinject - go mod init github.com/namecoin/certinject + - go mod edit -replace github.com/coreos/go-systemd=github.com/coreos/go-systemd/v22@latest - go mod tidy - go generate ./... - go mod tidy