From e1bbdd5816b2602edee086d38f08cc06c31224b6 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Fri, 15 Oct 2021 21:14:21 +0300 Subject: [PATCH] Update tests to 1.16 --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index e38614a94c1..599dcf5f279 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: redis-version: [5] - go: [1.15] + go: [1.16] steps: - name: Checkout Tyk