aboutsummaryrefslogtreecommitdiff
path: root/search/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-02-25 23:25:40 +0100
committerJulien Dessaux2024-02-25 23:25:40 +0100
commit7e5535e2f6b8de73053ba09d00334a6d4b6bcd3f (patch)
tree3f8cc886b1e4ce143069a13e78161a264e887a52 /search/go.mod
parentAdded difficult 23.11 nixos upgrade blog article (diff)
downloadwww-7e5535e2f6b8de73053ba09d00334a6d4b6bcd3f.tar.gz
www-7e5535e2f6b8de73053ba09d00334a6d4b6bcd3f.tar.bz2
www-7e5535e2f6b8de73053ba09d00334a6d4b6bcd3f.zip
Added UpdateNeeded tags on all outdated doc articles
Diffstat (limited to 'search/go.mod')
-rw-r--r--search/go.mod4
1 files changed, 3 insertions, 1 deletions
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