Back to Hugo

Current Go Version

docs/layouts/_shortcodes/current-go-version.html

0.163.3219 B
Original Source

{{/* Prints the first patch release of the Go minor version used to compile the Hugo executable that built this site (e.g., 1.26.3 → 1.26.0). */}} {{- hugo.GoVersion | strings.ReplaceRE go(\d+\.\d+)\..* $1.0 -}}