From 179f51f3874630ff817426c1307c3517cdc1c193 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 28 Sep 2019 17:44:39 +0200 Subject: [PATCH] Update go -> 1.13.1 --- GO_VERSION | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/GO_VERSION b/GO_VERSION index 0eed1a2..b50dd27 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.12.0 +1.13.1 diff --git a/go.mod b/go.mod index ab4b3e0..15ec499 100644 --- a/go.mod +++ b/go.mod @@ -29,3 +29,5 @@ require ( ) replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0 + +go 1.13