diff options
author | Julien Dessaux | 2023-02-17 22:13:14 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-02-17 22:13:14 +0100 |
commit | 9610cfed15094da33524f56d653702f0fec37e27 (patch) | |
tree | 5b7bcc0e9b7ed40709cd23b438b4b5d0ac38941a | |
parent | Added wireguard on FreeBSD blog article (diff) | |
download | www-9610cfed15094da33524f56d653702f0fec37e27.tar.gz www-9610cfed15094da33524f56d653702f0fec37e27.tar.bz2 www-9610cfed15094da33524f56d653702f0fec37e27.zip |
Updated dependencies
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ Have a good time! ## Dependencies -go is required for the search feature. Only go version >= 1.17 on linux amd64 (Gentoo) is being regularly tested. +go is required for the search feature. Only go version >= 1.19 on linux amd64 (Gentoo) is being regularly tested. -hugo is required in order to build the website html pages. Only hugo >= 0.99.1 is being regularly tested. +hugo is required in order to build the website html pages. Only hugo >= 0.106.0 is being regularly tested. buildah is optionally required in order to build the container images with my deploy script. |