From 5d6f1e984bedc42d3ba43e2793ce6a3b2605cdab Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 4 Jan 2023 10:32:39 -0500 Subject: [PATCH] go 1.16 required, noticed by cimm --- docs/honk.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/honk.8 b/docs/honk.8 index 1023e18..1b045df 100644 --- a/docs/honk.8 +++ b/docs/honk.8 @@ -41,7 +41,7 @@ proxy_set_header Host $http_host; .Ss Build Building .Nm -requires a go compiler 1.13 and libsqlite. +requires a go compiler 1.16 and libsqlite. On .Ox this is the go and sqlite3 packages.