From d4d2f9212fd6c4ff9b4db8288fc69ba316e4ce02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Efe=20=C3=87etin?= Date: Tue, 31 May 2022 17:51:59 +0300 Subject: [PATCH] v3: remove old go versions from ci tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae9407e1..7f66129f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: Build: strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x] + go-version: [1.18.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: