From 29124159552afa490958ca6a7b2f020ad47972ab Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 27 Aug 2025 07:42:21 -0700 Subject: [PATCH] misc: Update Go version to 1.24.0 in README Update Go version requirements for building Hugo. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1ccbecef..fdbb2dac5 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ Install Hugo from a [prebuilt binary], package manager, or package repository. P Prerequisites to build Hugo from source: -- Standard edition: Go 1.23.0 or later -- Extended edition: Go 1.23.0 or later, and GCC -- Extended/deploy edition: Go 1.23.0 or later, and GCC +- Standard edition: Go 1.24.0 or later +- Extended edition: Go 1.24.0 or later, and GCC +- Extended/deploy edition: Go 1.24.0 or later, and GCC Build the standard edition: -- 2.39.5