[skip ci] chore: set minimum go version to 1.23.0

This commit is contained in:
Dan Anglin 2024-08-17 11:45:40 +01:00
parent dd6c21afe8
commit 009515ddb4
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 2 additions and 2 deletions

View file

@ -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

2
go.mod
View file

@ -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