summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-02-04 19:45:08 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-02-16 13:51:15 +0100
commit57ac9c2189458a7f0e63c2e9cac8334694a3d545 (patch)
tree94ce85bc02435071143a6da8a78626b8fb3c9eb0 /go.mod
parentc4eedec9d59feb3942af5a425bd38611a386c3c9 (diff)
Bump required go version to 1.21
We'll need this to use the slices.Sort function in the next commit. It would also be possible to use sort.Ints instead, but it's slower.
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 4ecdfe514..64ecc4c6d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/jesseduffield/lazygit
-go 1.20
+go 1.21
require (
github.com/OpenPeeDeeP/xdg v1.0.0