Merge namecoin/ncdns#170: Fix go-systemd version in certinject

807e70c94f Fix go-systemd version in certinject (Jeremy Rand)

Pull request description:

  Fixes the unit tests on Fedora.

Top commit has no ACKs.

Tree-SHA512: c13b92bd0ec183ae9861aed69adf844617d761c56c7fe8f08558d8e8dad7e66e975be43c88489d8c098b8b51b69d0ba3bf8ac70cada5e73012abcfeed2900433
pull/171/head
Jeremy Rand 2 years ago
commit 3a239526ff
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -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

Loading…
Cancel
Save