From 832346bd7bdf88649857c210850f6d013cc01920 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Tue, 10 May 2022 11:48:23 +0200 Subject: [PATCH] fix workflow --- .github/workflows/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 067ac375..c4ae50c2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,9 @@ jobs: make down go-client-ssl: runs-on: ubuntu-latest + strategy: + matrix: + goVer: [1.13 1.17 1.18] steps: - uses: actions/checkout@v2 - name: Setup go ${{ matrix.goVer }} @@ -52,6 +55,9 @@ jobs: make down go-client-example: runs-on: ubuntu-latest + strategy: + matrix: + goVer: [1.13 1.17 1.18] steps: - uses: actions/checkout@v2 - name: Setup go ${{ matrix.goVer }}