From 26a50ec6114396ba99e5c9d6c05374d0033bea92 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Tue, 5 Nov 2019 14:27:23 +0900 Subject: [PATCH 1/3] Adding golang 1.13 to the CI matrix --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a0ee637..7737a9fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ go: - "1.10.x" - "1.11.x" - "1.12.x" + - "1.13.x" - master matrix: diff --git a/README.md b/README.md index 4045a05c..e94552b7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ requests, code review feedback, and also pull requests. We support Go v1.9 and higher. [Continuous integration](https://travis-ci.org/firebase/firebase-admin-go) system -tests the code on Go v1.9 through v1.10. +tests the code on Go v1.9 through v1.13. ## Documentation From f03a5b612c4bad1fde660169ccd54ac7d86ed84b Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Wed, 6 Nov 2019 08:52:23 +0900 Subject: [PATCH 2/3] Drop Go 1.9 and 1.10 --- .travis.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7737a9fa..a4290f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: go go: - - "1.9.x" - - "1.10.x" - "1.11.x" - "1.12.x" - "1.13.x" diff --git a/README.md b/README.md index e94552b7..63c81770 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ requests, code review feedback, and also pull requests. We support Go v1.9 and higher. [Continuous integration](https://travis-ci.org/firebase/firebase-admin-go) system -tests the code on Go v1.9 through v1.13. +tests the code on Go v1.11 through v1.13. ## Documentation From c46d852e8e82787e0536dc534b5fc4aacadfbd47 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Wed, 6 Nov 2019 09:16:29 +0900 Subject: [PATCH 3/3] We support Go v1.11 and higher. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c81770..4b0e87b8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ requests, code review feedback, and also pull requests. ## Supported Go Versions -We support Go v1.9 and higher. +We support Go v1.11 and higher. [Continuous integration](https://travis-ci.org/firebase/firebase-admin-go) system tests the code on Go v1.11 through v1.13.