mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-06 02:36:21 +03:00
17 lines
297 B
Markdown
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
|
|
```
|