From b5a3820d473b8a7f4e0f23204450f6bad5aee6be Mon Sep 17 00:00:00 2001 From: Dmitry Fedotov Date: Tue, 23 Sep 2025 22:50:02 +0300 Subject: [PATCH] go version without patch --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bf9d428..c02d419 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module code.uint32.ru/tiny/watchdog -go 1.24.4 +go 1.24 require golang.org/x/sync v0.15.0