1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
Files
gohugoio-hugo/docs/content/en/functions/hugo/GoVersion.md
2023-12-04 15:24:01 +01:00

18 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
```