From 41831fc4492c3f40ed2484b546943f78b459601d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:40:32 +0000 Subject: [PATCH] Update Golang Version Bump to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2682e2a..9291311 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/asecurityteam/runhttp -go 1.22 +go 1.26.4 require ( github.com/asecurityteam/component-connstate v0.2.4