From 40d56e353ed85741f9293ef3105fd772520515e7 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Tue, 2 Jun 2026 21:52:33 +0000 Subject: [PATCH] chore(deps): go ^ 1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7b3cdd5..ae2017a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/floatpane/termimage -go 1.26 +go 1.26.4 require ( github.com/landlock-lsm/go-landlock v0.8.1