From 6d3b8006fe1b7b614ae458677c4827ccab2407ff Mon Sep 17 00:00:00 2001 From: Sergio Vera Date: Tue, 7 Jan 2025 10:40:15 +0100 Subject: [PATCH] Update go version --- .github/workflows/go.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 076ed2b..bdf6c33 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.23 - name: Build run: go build . diff --git a/README.md b/README.md index b957060..c3bfc0f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A personal documents server, Coreander indexes the documents (EPUBs and PDFs wit Binaries for Windows 64 bit, Linux 32 and 64 bits for both X86 and ARM (Raspberry Pi and other SBCs) and Macs with Intel and Apple processors are available at [releases](https://github.com/svera/coreander/releases/latest). Just download and unzip the one appropriate for your system. ### Building from source -Coreander's only requirement is Go 1.21. +Coreander's only requirement is Go 1.23. When cloning Coreander's repository, use Git's `--recurse-submodules` flag to also retrieve `foliate-js` contents as well, which is required for the reader component: