From ed4e79b1aaf3317cc230c22a114062f9f212d787 Mon Sep 17 00:00:00 2001 From: Alexander Chuprov Date: Wed, 9 Aug 2023 16:20:26 +0300 Subject: [PATCH] [#7] Bump required go version to go1.20 Signed-off-by: Alexander Chuprov --- go.mod | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 5487e9a..036d830 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,8 @@ module git.frostfs.info/TrueCloudLab/linters -go 1.19 - -require golang.org/x/tools v0.9.3 +go 1.20 require ( - github.com/mitchellh/mapstructure v1.5.0 // indirect - golang.org/x/mod v0.12.0 // indirect - golang.org/x/sys v0.10.0 // indirect + github.com/mitchellh/mapstructure v1.5.0 + golang.org/x/tools v0.12.0 )