From c97485699c4bb2d7912dffdfa446a023597668d6 Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Mon, 16 Dec 2024 11:10:04 +0100 Subject: [PATCH] chore(go): Bump GO to version v1.23.0 (#2823) Signed-off-by: Thomas Poignant --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bb052b3dd25..def5be8d927 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/thomaspoignant/go-feature-flag -go 1.22.8 +go 1.23.0 require ( cloud.google.com/go/pubsub v1.45.3