Use go v1.14 in go.mod file (#1803)

Change the go version in `go.mod` from `v1.13` to `v1.14`, since the tests for go `v1.13` were dropped in CI
This commit is contained in:
Sergey Vilgelm 2021-03-01 08:52:11 -06:00 committed by GitHub
parent d22c64e0fb
commit 1a906bc196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

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