aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <paulo.gomes@suse.com>2024-03-15 22:51:46 +0000
committerPaulo Gomes <pjbgf@linux.com>2024-05-20 23:26:13 +0100
commitd283feac3d21c60d175522dc1486d723414dcf06 (patch)
treefba2f245db622c0e18b2df00f41702c20b3744e7 /go.mod
parentfe0acb43d57e429227d03c1b2eb06804a353a859 (diff)
downloadgo-git-d283feac3d21c60d175522dc1486d723414dcf06.tar.gz
build: Bump Go versions to align with supported versions
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
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 a14d8ab..02ace45 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/go-git/go-git/v5
// go-git supports the last 3 stable Go versions.
-go 1.19
+go 1.20
require (
dario.cat/mergo v1.0.0