Skip to content

Commit 968e2cb

Browse files
author
Eran Levy
committed
issue/golangci#1268: align go version to 1.14
1 parent ba48f30 commit 968e2cb

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

cmd/golangci-lint/mod_version.go

Lines changed: 0 additions & 19 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.12
3+
go 1.14
44

55
require (
66
github.com/Djarvur/go-err113 v0.0.0-20200511133814-5174e21577d5

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint/tools
22

3-
go 1.12
3+
go 1.14
44

55
require (
66
github.com/goreleaser/godownloader v0.1.0

0 commit comments

Comments
 (0)