From 4733266243360b8d36f24597718e0c0e874dbeae Mon Sep 17 00:00:00 2001 From: Phani Puttabakula Date: Mon, 1 Jun 2026 20:25:43 -0700 Subject: [PATCH] chore: bump Go to 1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1664cc7..8a54371 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/bluefunda/bluerequests -go 1.25.0 +go 1.26.0 require ( github.com/charmbracelet/bubbles v1.0.0