From 5a3a27afaeb3f0bd63c68d099a77911e2d3410fc Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Fri, 15 Oct 2021 10:46:13 +0200 Subject: [PATCH] Phase out support for go version 1.15 because current ginko is not backward compatible (#710) We are going to support only the stable versions provided by the Go team. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a107147..94e45db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: strategy: matrix: go_version: - - '1.15' - '1.16' - '1.17' runs-on: ubuntu-latest