From 0f7c8270e87149e16fc284c9899b225d922eaa96 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Thu, 27 Feb 2020 01:56:52 +0900 Subject: [PATCH] Upgrade Go v1.14 * [Blog](https://blog.golang.org/go1.14) * [Release Note](https://golang.org/doc/go1.14) --- .travis.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e4b31d..4954820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.13" + - "1.14" - master matrix: diff --git a/go.mod b/go.mod index b13747f..3c4e071 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/voyagegroup/popuko -go 1.13 +go 1.14 require ( github.com/BurntSushi/toml v0.3.1-0.20170626110600-a368813c5e64