From 57b12a54b41a526277bab9c6fcb52a4d73f68355 Mon Sep 17 00:00:00 2001 From: sayboras Date: Sun, 5 Jul 2020 20:05:22 +1000 Subject: [PATCH] Bump go version to 1.14 in go.mod Golang 1.12 is EOL as per https://golang.org/doc/devel/release.html Signed-off-by: sayboras --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5ffc9317c121..3380e4499a40 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/golangci/golangci-lint -go 1.12 +go 1.14 require ( github.com/Djarvur/go-err113 v0.0.0-20200511133814-5174e21577d5