diff --git a/docs/installation.md b/docs/installation.md index bffc8f1..615d556 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,7 +8,7 @@ Pre-built binaries will soon be available on the release page on both Codeberg a ### Build requirements -- **Go:** A minimum version of Go 1.22.5 is required for installing spruce. +- **Go:** A minimum version of Go 1.23.0 is required for installing spruce. Please go [here](https://go.dev/dl/) to download the latest version. - **Mage (Optional):** The project includes mage targets for building and installing the binary. The main diff --git a/go.mod b/go.mod index d2b232d..8b28e80 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module codeflow.dananglin.me.uk/apollo/enbas -go 1.22.6 +go 1.23.0 require golang.org/x/net v0.26.0