feat: set the minimum Go version to go1.15 (#1926)

This commit is contained in:
Ludovic Fernandez 2021-05-01 11:12:39 +02:00 committed by GitHub
parent 92fda268b2
commit c610079e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -66,7 +66,6 @@ jobs:
strategy:
matrix:
golang:
- 1.14
- 1.15
- 1.16
steps:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint
go 1.14
go 1.15
require (
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a

View File

@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
go 1.14
go 1.15
require (
github.com/shurcooL/githubv4 v0.0.0-20200627185320-e003124d66e4