Skip to content

Commit

Permalink
Update build matrix (#24)
Browse files Browse the repository at this point in the history
Include versions 1.12 - 1.15
  • Loading branch information
pmatseykanets authored Oct 29, 2020
1 parent 1fe55ba commit 41f1bc0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
fail-fast: false
matrix:
include:
- go: 1.11.9
build-with: false
- go: 1.13.14
- go: 1.12
build-with: true
- go: 1.14.6
- go: 1.13
build-with: false
- go: 1.14
build-with: false
- go: 1.15
build-with: false
continue-on-error: ${{ matrix.build-with == false }}
name: Build with ${{ matrix.go }}
Expand Down

0 comments on commit 41f1bc0

Please sign in to comment.