diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 60e9b9dc..91767472 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -89,7 +89,7 @@ jobs: strategy: matrix: - go-version: [ '1.17'] + go-version: [ '1.17', '1.18' ] coredns: [ '1.15.0' ] mode: [ 'tcp' ] @@ -152,7 +152,7 @@ jobs: strategy: matrix: - go-version: ['1.17'] + go-version: [ '1.17', '1.18' ] dnsdist: [ '16', '17' ] mode: [ 'dnstaptcp', 'dnstapunix', 'powerdns'] diff --git a/dnsutils/config.go b/dnsutils/config.go index 2442d204..ffeb4270 100644 --- a/dnsutils/config.go +++ b/dnsutils/config.go @@ -86,7 +86,7 @@ type Config struct { KeepQueryIpFile string `yaml:"keep-queryip-file"` DropRcodes []string `yaml:"drop-rcodes,flow"` LogQueries bool `yaml:"log-queries"` - LogReplies bool `yaml:"log-replies"!` + LogReplies bool `yaml:"log-replies"` } `yaml:"filtering"` GeoIP struct { DbCountryFile string `yaml:"mmdb-country-file"`