From 97876c5a2b83ed33801511d151b802d029e03b49 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Fri, 8 May 2020 11:20:56 +0200 Subject: [PATCH] Update go 1.14.2 --- GO_VERSION | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GO_VERSION b/GO_VERSION index b50dd27..a4cc557 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.13.1 +1.14.2 diff --git a/go.mod b/go.mod index c48f13e..ccf4029 100644 --- a/go.mod +++ b/go.mod @@ -29,4 +29,4 @@ require ( golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect ) -go 1.13 +go 1.14