Skip to content

Commit 44b7c5b

Browse files
authored
Merge pull request #73 from shogo82148/add-go1.20
add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.
2 parents fdb2517 + da7ce5b commit 44b7c5b

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@v3

0 commit comments

Comments
 (0)