From 1487437638e554b157bfca8a45c969dd6f324079 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 31 Oct 2023 19:53:11 -0400 Subject: [PATCH] chore: downgrade the minimum go version to go1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 841af8c..3c63d00 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/charmbracelet/log -go 1.20 +go 1.19 require ( github.com/charmbracelet/lipgloss v0.9.1