From 29c8caa6cbccffedaefcef3b6917cb369eeac22e Mon Sep 17 00:00:00 2001 From: Liz Fong-Jones Date: Sat, 26 Aug 2023 23:43:46 -0700 Subject: [PATCH] [tools] go version must be a concrete installable version (#4) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a4f3726..cd05827 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/lizthgrey/tor-fetcher -go 1.21 +go 1.21.0 require ( github.com/cretz/bine v0.2.0