Skip to content

Commit

Permalink
Use go v1.14 in go.mod file (#1803)
Browse files Browse the repository at this point in the history
Change the go version in `go.mod` from `v1.13` to `v1.14`, since the tests for go `v1.13` were dropped in CI
  • Loading branch information
Sergey Vilgelm committed Mar 1, 2021
1 parent d22c64e commit 1a906bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint

go 1.13
go 1.14

require (
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a
Expand Down

0 comments on commit 1a906bc

Please sign in to comment.