Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
github/workflows/ci: go 1.13rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 29, 2019
1 parent df24898 commit ab7d367
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ jobs:
build:
strategy:
matrix:
go_version: [1.11.x, 1.12.x, 1.13rc1]
go_version:
- 1.11.x
- 1.12.x
- 1.13rc2

name: Go ${{ matrix.go_version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab7d367

Please sign in to comment.