From 45df899889d769737b21f480dcf8752ca29faa7f Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Mon, 20 Apr 2026 08:57:27 -0400 Subject: [PATCH] chore: bump Go toolchain from 1.25.0 to 1.26.0 Update go.mod directive to target Go 1.26.0. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 98e9a7f..12b15fb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module bookhoard -go 1.25.0 +go 1.26.0 require ( github.com/ArcadiaLin/go-epub v0.1.1