summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/tools/internal/versions
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 08:12:25 +0000
committerLibravatar GitHub <noreply@github.com>2024-06-17 08:12:25 +0000
commit3a01377bcc30105d11f5971b775c561d9ca71253 (patch)
treeb1862ce5771ac823c105a6a9543098814abd5dcb /vendor/golang.org/x/tools/internal/versions
parent[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.33 to 2.20.34 (#3017) (diff)
downloadgotosocial-3a01377bcc30105d11f5971b775c561d9ca71253.tar.xz
[chore]: Bump github.com/miekg/dns from 1.1.59 to 1.1.61 (#3014)
Diffstat (limited to 'vendor/golang.org/x/tools/internal/versions')
-rw-r--r--vendor/golang.org/x/tools/internal/versions/types_go122.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/tools/internal/versions/types_go122.go b/vendor/golang.org/x/tools/internal/versions/types_go122.go
index e8180632a..aac5db62c 100644
--- a/vendor/golang.org/x/tools/internal/versions/types_go122.go
+++ b/vendor/golang.org/x/tools/internal/versions/types_go122.go
@@ -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 {