mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
18 lines
297 B
Markdown
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
|
||
|
```
|