README: update minimum requirement Go version to be 1.12

This commit is contained in:
Joe Chen
2021-11-11 23:20:28 +08:00
committed by GitHub
parent 14e9811b16
commit 6a280a6a5a
+1 -1
View File
@@ -24,7 +24,7 @@ Package ini provides INI file read and write functionality in Go.
## Installation ## Installation
The minimum requirement of Go is **1.6**. The minimum requirement of Go is **1.12**.
```sh ```sh
$ go get gopkg.in/ini.v1 $ go get gopkg.in/ini.v1