From a7f5b86ac67c21408b9efca057c4779431ebe922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Thu, 27 Jun 2024 10:17:31 +0000 Subject: [PATCH] fix: update go1.22 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2d63012..48cb3a3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/zeiss/zrn -go 1.21.7 +go 1.22 require ( github.com/go-playground/validator/v10 v10.22.0