diff options
author | Paulo Gomes <paulo.gomes@suse.com> | 2024-03-15 22:51:46 +0000 |
---|---|---|
committer | Paulo Gomes <pjbgf@linux.com> | 2024-05-20 23:26:13 +0100 |
commit | d283feac3d21c60d175522dc1486d723414dcf06 (patch) | |
tree | fba2f245db622c0e18b2df00f41702c20b3744e7 /go.mod | |
parent | fe0acb43d57e429227d03c1b2eb06804a353a859 (diff) | |
download | go-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |