From c6e15c80e6cbbe3757693a8114b0b6ea78eb148c Mon Sep 17 00:00:00 2001 From: Liz Fong-Jones Date: Sun, 27 Aug 2023 02:39:56 -0400 Subject: [PATCH] [circleci] go version must be a concrete installable version https://github.com/golang/go/issues/62278 --- 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