From 709a8ede7e9ee417573873fdac3251477f3a26f7 Mon Sep 17 00:00:00 2001 From: Alexander Tischenko Date: Mon, 10 Jun 2024 01:57:51 +0300 Subject: [PATCH] fix(go.mod): fix go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 823004c..2b4d64a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/go-routeros/routeros/v3 -go 1.22 +go 1.20 require github.com/stretchr/testify v1.9.0