From 7e5535e2f6b8de73053ba09d00334a6d4b6bcd3f Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 25 Feb 2024 23:25:40 +0100 Subject: Added UpdateNeeded tags on all outdated doc articles --- search/go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'search/go.mod') diff --git a/search/go.mod b/search/go.mod index 05a09cd..4c28a43 100644 --- a/search/go.mod +++ b/search/go.mod @@ -1,6 +1,8 @@ module git.adyxax.org/adyxax/www/search -go 1.20 +go 1.22 + +toolchain go1.22.0 require github.com/stretchr/testify v1.8.4 -- cgit v1.2.3