From 5b98039291edca15dde0ad5301e2c2b61107390d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 29 Mar 2022 16:04:26 +0000 Subject: [PATCH] Remove 1.14 from CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfa48f34..0567f04f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: true matrix: - go: [1.14, 1.15, 1.16] + go: [1.15, 1.16] run_long_tests: [no] allow_failure: [false] include: