Skip to content

Commit

Permalink
Update min Go version to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Jan 6, 2024
1 parent 192d14d commit 8150717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/hugo-modules/use-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ A workspace can be configured in a `*.work` file and activated with the [module.
See the [hugo.work](https://github.com/gohugoio/hugo/blob/master/docs/hugo.work) file in the Hugo Docs repo for an example:

```text
go 1.19
go 1.20
use .
use ../gohugoioTheme
Expand Down
2 changes: 1 addition & 1 deletion content/en/installation/_common/04-build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To build the extended edition of Hugo from source you must:

1. Install [Git]
1. Install [Go] version 1.19 or later
1. Install [Go] version 1.20 or later
1. Install a C compiler, either [GCC] or [Clang]
1. Update your `PATH` environment variable as described in the [Go documentation]

Expand Down

0 comments on commit 8150717

Please sign in to comment.