diff options
author | Joe Mooring <[email protected]> | 2024-01-06 05:31:49 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-06 05:31:49 -0800 |
commit | 911bc60a7ab739885908fdfe49d1578531940909 (patch) | |
tree | 4e19227e94752b78a43ad268f3123d586f0c5d73 /README.md | |
parent | 5ff63233203c2258dd9ee20ef07ce555e77aadc9 (diff) | |
download | hugo-911bc60a7ab739885908fdfe49d1578531940909.tar.gz hugo-911bc60a7ab739885908fdfe49d1578531940909.zip |
README: Update minimum Go version to 1.20
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,8 +84,8 @@ Hugo is available in two editions: standard and extended. With the extended edit Prerequisites to build Hugo from source: -- Standard edition: Go 1.19 or later -- Extended edition: Go 1.19 or later, and GCC +- Standard edition: Go 1.20 or later +- Extended edition: Go 1.20 or later, and GCC Build the standard edition: |