chore: update linter (#1524)

This commit is contained in:
Ludovic Fernandez 2021-11-03 20:39:12 +01:00 committed by GitHub
parent d2455c5f53
commit 2de6e0b0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 97 additions and 25 deletions

View file

@ -8,7 +8,7 @@ import (
)
const (
dnsTemplate = `%s %d IN TXT "%s"`
dnsTemplate = `%s %d IN TXT %q`
)
// DNSProviderManual is an implementation of the ChallengeProvider interface.