From fb1e7998c0a653ad4b8c8864d83d3bc574d8e73d Mon Sep 17 00:00:00 2001 From: Vyacheslav Pryimak Date: Thu, 7 Sep 2023 13:07:11 +0300 Subject: [PATCH] go version updated --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ba5d0a9..730c8dc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/incu6us/goimports-reviser/v3 -go 1.21.1 +go 1.21 require ( github.com/stretchr/testify v1.6.1