From db49c2770cc178d16a2ffa40e1791b06a3f81ee8 Mon Sep 17 00:00:00 2001 From: Prashant V Date: Tue, 8 Oct 2024 22:03:18 -0700 Subject: [PATCH] Bump go version to 1.23.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0eda2e4..199297b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prashantv/gostub -go 1.17 +go 1.23.2 require github.com/stretchr/testify v1.7.0