We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1198e4b commit 89b8869Copy full SHA for 89b8869
README.md
@@ -9,7 +9,7 @@ Package git-module is a Go module for Git access through shell commands.
9
10
## Requirements
11
12
-- Go version must be at least **1.13**.
+- Go version must be at least **1.16**.
13
- Git version must be no less than **1.8.3**.
14
- For Windows users, try to use the latest version of both.
15
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gogs/git-module
2
3
-go 1.13
+go 1.16
4
5
require (
6
github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75
0 commit comments