From 69f4d78f9db2ddd40e2378ef055bf461fc32bb29 Mon Sep 17 00:00:00 2001 From: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:51:29 +0200 Subject: [PATCH] build: bump go v1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 296a4e41..87624d85 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/caas-team/sparrow -go 1.22 +go 1.23 require ( github.com/getkin/kin-openapi v0.127.0