fix: set minimum go version to 1.22.5

This commit is contained in:
Dan Anglin 2024-07-03 23:25:22 +01:00
parent f64f8a43a6
commit e5eb2d72a8
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,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.0 is required for installing spruce.
- **Go:** A minimum version of Go 1.22.5 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

@ -4,6 +4,6 @@
module codeflow.dananglin.me.uk/apollo/enbas
go 1.22.0
go 1.22.5
require golang.org/x/net v0.26.0