From 6153d239cdd471003e488082e27421cdb5160afc Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Fri, 28 Apr 2023 21:18:57 -0500 Subject: [PATCH] Reduce the required Golang version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index efcbf82..6e33c63 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/digitalautonomy/grumble -go 1.20 +go 1.19 require ( github.com/golang/protobuf v1.3.2