From 7877a0e81a0ee4df5732483602f758020bfe25b0 Mon Sep 17 00:00:00 2001 From: Arnaud Berthomier Date: Mon, 2 Sep 2024 18:12:34 -0600 Subject: [PATCH] Stick to the oldest supported Go version for now --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e8b122f..5a3a01d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/oz/tz -go 1.17 +go 1.22 require ( github.com/charmbracelet/bubbletea v0.22.1