From 579039d84a80037fa02db311f9c175758d85dfa4 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sat, 28 Sep 2024 00:23:04 +0700 Subject: [PATCH] reduce Go version requirements to 1.22.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b828e8..8206f37 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module codeberg.org/TechTransThai/thailinux.techtransthai.org -go 1.23.1 +go 1.22.5 require github.com/jpanther/lynx v1.4.0 // indirect