From 8bfb58e003726d1b87844e6744f1170c0805767f Mon Sep 17 00:00:00 2001 From: Joshua Thijssen Date: Thu, 5 May 2022 11:43:03 +0200 Subject: [PATCH] using 1.16 as minimum --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5e474253..fe2dcc30 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x 1.17.x 1.18.x ] + go-version: [1.16.x, 1.17.x, 1.18.x ] os: [ubuntu-20.04] runs-on: ${{ matrix.os }} steps: