From 90744981e0085e24c94d456bf4aec17bcd306dc6 Mon Sep 17 00:00:00 2001 From: CodesphereBot Date: Fri, 6 Mar 2026 01:17:51 +0000 Subject: [PATCH] update(deps): update dependency go to v1.26.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f2d7a0b..ae6b3b3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/codesphere-cloud/cs-go -go 1.26.0 +go 1.26.1 require ( github.com/creativeprojects/go-selfupdate v1.5.2