From 03d8d8537db2f12315f9790d3d1c93b39fc1f3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulius=20Jarmalavi=C4=8Dius?= Date: Mon, 19 Feb 2024 11:22:48 +0200 Subject: [PATCH] Update go directive to 1.21 instead of 1.21.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fd8aa87..40bb707 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/orandin/slog-gorm -go 1.21.0 +go 1.21 require ( github.com/stretchr/testify v1.8.4