Skip to content

Commit 89b8869

Browse files
committed
Make 1.16 required
1 parent 1198e4b commit 89b8869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Package git-module is a Go module for Git access through shell commands.
99

1010
## Requirements
1111

12-
- Go version must be at least **1.13**.
12+
- Go version must be at least **1.16**.
1313
- Git version must be no less than **1.8.3**.
1414
- For Windows users, try to use the latest version of both.
1515

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gogs/git-module
22

3-
go 1.13
3+
go 1.16
44

55
require (
66
github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75

0 commit comments

Comments
 (0)