From 71af1c469e63769e2eacbf8fb292cf0ea00a3b3d Mon Sep 17 00:00:00 2001 From: kencx Date: Wed, 8 May 2024 23:43:54 +0800 Subject: [PATCH] Update Go to 1.22 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a343e03..672938e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kencx/keyb -go 1.21 +go 1.22 require ( github.com/charmbracelet/bubbles v0.18.0