From 009515ddb4b514ab08599aeba1dd545d7bd09fc5 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sat, 17 Aug 2024 11:45:40 +0100 Subject: [PATCH] [skip ci] chore: set minimum go version to 1.23.0 --- docs/installation.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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