feat: add a simple dnsping experiment (#674)

See https://github.com/ooni/probe/issues/1987 (issue).

See https://github.com/ooni/spec/pull/238 (impl).

While there, fix the build for go1.18 by adding go1.18 specific tests. I was
increasingly bothered by the build being red.
This commit is contained in:
Simone Basso 2022-05-09 15:28:18 +02:00 committed by GitHub
commit 36ca28d673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 855 additions and 14 deletions

View file

@ -1,3 +1,5 @@
//go:build !go1.18
package archival
import (