From 12ae3ee629ecd249b4308f40363fb8f90294309c Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:22:25 -0800 Subject: [PATCH] Update go.mod to use Go v1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b53ae1e..954e62b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sv-tools/conf-transformer-go-template -go 1.20 +go 1.23 require ( github.com/stretchr/testify v1.9.0