Skip to content

Commit e71bdf7

Browse files
committed
Might as well test on all the supported Go versions
1 parent b109e46 commit e71bdf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
go: ['1.17', '1.13']
15+
go: ['1.17', '1.16', '1.15', '1.14', '1.13']
1616

1717
name: Go ${{ matrix.go }} Tests
1818

0 commit comments

Comments
 (0)