Skip to content

Commit 120fb76

Browse files
authored
Merge pull request #36 from koenrh/koenrh/add-go-1.13-to-matrix
Add Go 1.13 to build matrix
2 parents 63d1ee5 + 5cda466 commit 120fb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
strategy:
99
matrix:
10-
go_version: [1.11.x, 1.12.x]
10+
go_version: [1.11.x, 1.12.x, 1.13.x]
1111

1212
name: Go ${{ matrix.go_version }}
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)