Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed May 10, 2022
1 parent 0062453 commit 832346b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 832346b

Please sign in to comment.