[chore]: Bump github.com/miekg/dns from 1.1.59 to 1.1.61 (#3014)

This commit is contained in:
dependabot[bot] 2024-06-17 08:12:25 +00:00 committed by GitHub
commit 3a01377bcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 312 additions and 161 deletions

View file

@ -12,7 +12,7 @@ import (
"go/types"
)
// FileVersions returns a file's Go version.
// FileVersion returns a file's Go version.
// The reported version is an unknown Future version if a
// version cannot be determined.
func FileVersion(info *types.Info, file *ast.File) string {