Skip to content

Commit da7ce5b

Browse files
committed
add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.
1 parent 2c6a438 commit da7ce5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest, macos-latest, ubuntu-latest]
14-
go: ["1.15", "1.16"]
14+
go:
15+
- "1.15"
16+
- "1.16"
17+
- "1.17"
18+
- "1.18"
19+
- "1.19"
20+
- "1.20"
1521
runs-on: ${{ matrix.os }}
1622
steps:
1723
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)