mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-03-13 09:58:07 -04:00
change required go version to 1.23 (#897)
Hi, I just encountered this small issue when trying to build forgejo.
I could update this in other places as well if needed, but for now I assumed the `next` branch would be a good start.
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/897
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: marcus doescher <deh.marcus@posteo.net>
Co-committed-by: marcus doescher <deh.marcus@posteo.net>
(cherry picked from commit eb58d4d121
)
This commit is contained in:
parent
142d8f3018
commit
cb7f49a0c8
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ version is 20.
|
|||
necessary. To be able to use these, you must have the `"$GOPATH/bin"` directory
|
||||
on the executable path.
|
||||
|
||||
**Note 2**: Go version 1.22 or higher is required. However, it is recommended to
|
||||
**Note 2**: Go version 1.23 or higher is required. However, it is recommended to
|
||||
obtain the same version as the [continuous integration](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/.forgejo/workflows/testing.yml).
|
||||
|
||||
**Note 3**: If you want to avoid installing build dependencies manually,
|
||||
|
@ -61,7 +61,7 @@ git checkout v7.0.3
|
|||
|
||||
To build from source, the following programs must be present on the system:
|
||||
|
||||
- `go` v1.22 or higher, see [here](https://golang.org/dl/)
|
||||
- `go` v1.23 or higher, see [here](https://golang.org/dl/)
|
||||
- `node` 20 or higher with `npm`, see [here](https://nodejs.org/en/download/current)
|
||||
- `make`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue