summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2024-05-19 16:00:43 +1000
committerJesse Duffield <jessedduffield@gmail.com>2024-05-19 16:38:21 +1000
commit9124d8dbaa4b343c35819953464e053da82c3763 (patch)
treedbaf7924a597371593f22364e4bb84c29fea8ee5 /go.mod
parent4404aacdeee788b1f6c3ba5d88a671fbc6d9b8f2 (diff)
Bump go version to 1.22
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e084a0741..ca0adebe2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/jesseduffield/lazygit
-go 1.21
+go 1.22
require (
github.com/adrg/xdg v0.4.0