From 54aacb9c1b73c658ea7e873fb024f9f970baea41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:46:27 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b6e8ea..3ef5d85 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rmitchellscott/aviary go 1.25.0 -toolchain go1.26.0 +toolchain go1.26.4 require ( codeberg.org/readeck/go-readability/v2 v2.1.1