Skip to content

Commit

Permalink
Bump min Go version to 1.19 when building from source (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed May 28, 2023
1 parent 9dea2d2 commit b32c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/installation/common/05-build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To build Hugo from source you must:

1. Install [Git]
1. Install [Go] version 1.18 or later
1. Install [Go] version 1.19 or later
1. Update your PATH environment variable as described in the [Go documentation]

> The install directory is controlled by the GOPATH and GOBIN environment variables. If GOBIN is set, binaries are installed to that directory. If GOPATH is set, binaries are installed to the bin subdirectory of the first directory in the GOPATH list. Otherwise, binaries are installed to the bin subdirectory of the default GOPATH ($HOME/go or %USERPROFILE%\go).
Expand Down

0 comments on commit b32c3a8

Please sign in to comment.