chore(dep): Changes minimum support go version to go1.16 (#3361)

This commit is contained in:
mstmdev
2022-10-16 09:32:28 +08:00
committed by GitHub
parent 6296175f70
commit fa58bff301
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi
To install Gin package, you need to install Go and set your Go workspace first.
1. You first need [Go](https://golang.org/) installed (**version 1.15+ is required**), then you can use the below Go command to install Gin.
1. You first need [Go](https://golang.org/) installed (**version 1.16+ is required**), then you can use the below Go command to install Gin.
```sh
go get -u github.com/gin-gonic/gin