From 38a4f9ee9f84c19649888f1efcbc43aa7340fa9b Mon Sep 17 00:00:00 2001 From: Tom <73077675+tmzane@users.noreply.github.com> Date: Fri, 10 May 2024 00:38:20 +0300 Subject: [PATCH] chore: bump Go to 1.21 (#42) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ce9a4e3..0304263 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go-simpler.org/sloglint -go 1.20 +go 1.21 require ( github.com/ettle/strcase v0.2.0