From 27ca85dfcfae3dd23e6c34166b33fda337f6ef12 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Sep 2019 10:19:12 -0400 Subject: [PATCH 1/2] Update README regarding go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf656c..6572a80 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ certstrap can init multiple certificate authorities to sign certificates with. ### Building -certstrap must be built with Go 1.4+. You can build certstrap from source: +certstrap must be built with Go 1.13+. You can build certstrap from source: ``` $ git clone https://github.com/square/certstrap From 1a3e79c4a2bedb97f9122ed0c720f94f5663fe8e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Sep 2019 10:23:32 -0400 Subject: [PATCH 2/2] Remove duplicate travis build --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25095f3..235ddb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go sudo: false go: - 1.13.x -- 1.x deploy: provider: releases api_key: