From 4ae57598ed44ef3e78d840111709580fd9326ac8 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 22 Oct 2020 09:29:30 +0800 Subject: [PATCH 1/2] ci: romove go1.11 for gin1.7 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7086b3832..0795665dc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: go matrix: fast_finish: true include: - - go: 1.11.x - env: GO111MODULE=on - go: 1.12.x env: GO111MODULE=on - go: 1.13.x From a62b9b57db19a2af87ba43a7eeb202b13316528c Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 22 Oct 2020 09:30:15 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e8359eec6..18b19430f1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,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. The first need [Go](https://golang.org/) installed (**version 1.11+ is required**), then you can use the below Go command to install Gin. +1. The first need [Go](https://golang.org/) installed (**version 1.12+ is required**), then you can use the below Go command to install Gin. ```sh $ go get -u github.com/gin-gonic/gin