]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
tests/dnstap: Go improvements
authorOto Šťáva <oto.stava@nic.cz>
Thu, 11 Apr 2024 10:30:38 +0000 (12:30 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Mon, 13 May 2024 12:40:14 +0000 (14:40 +0200)
commit1adee5b0b53ad107307f94c39112ad4248593bff
tree6fdf36b7aa87eccc74f4a5c21a95caa16b235800
parent4430c495020530494a912a8ca685e5c97b4d1973
tests/dnstap: Go improvements

- Do `go mod tidy` before running the test, even in CI
- Add `go.sum` to `.gitignore`
- Compatibility with Go 1.15 (Debian 11)
.gitignore
tests/dnstap/src/dnstap-test/go.mod
tests/dnstap/src/dnstap-test/go.sum [deleted file]
tests/dnstap/src/dnstap-test/run.sh