From cabb5e39db017ec20520484b0b22758579b29b18 Mon Sep 17 00:00:00 2001 From: payalkanyan Date: Tue, 15 Oct 2024 14:54:58 +0530 Subject: [PATCH] bump go version from 1.22 to 1.23 Signed-off-by: payalkanyan --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 997217d..5339efd 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/score-spec/score-go -go 1.22 +go 1.23 -toolchain go1.22.0 +toolchain go1.23.0 require ( github.com/mitchellh/mapstructure v1.5.0