hugo/docs/content/en/functions/hugo/GoVersion.md
2023-12-04 15:24:01 +01:00

17 lines
297 B
Markdown

---
title: hugo.GoVersion
description: Returns the Go version used to compile the Hugo binary
categories: []
keywords: []
action:
aliases: []
related: []
returnType: string
signatures: [hugo.GoVersion]
---
{{< new-in 0.101.0 >}}
```go-html-template
{{ hugo.GoVersion }} → go1.21.1
```