From 56d1101d20b6b316bed749b7e42e41541b552c12 Mon Sep 17 00:00:00 2001 From: Rajat Goel <405844+rajatgoel@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:04:42 -0700 Subject: [PATCH] update go version (#45) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 30d4fa6..0bbf015 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rajatgoel/gh-go -go 1.22.0 +go 1.22.1 require ( github.com/stretchr/testify v1.8.4