fix go.mod version

having 1.21.1 there makes go fmt require 1.23 to check the files

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-29 18:37:00 +00:00
parent afac3a836f
commit 47d0d5d0a4
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module asciigoat.org/httools
go 1.21.1
go 1.20
require github.com/mgechev/revive v1.3.3