Skip to content

Commit

Permalink
workflows: add go testing matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Apr 14, 2020
1 parent 703f11a commit f003924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
container: docker.io/library/golang:1.14-alpine
container: docker.io/library/golang:${{ matrix.go }}-alpine
strategy:
matrix:
go: ['1.13', '1.14']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f003924

Please sign in to comment.