Skip to content

Commit

Permalink
Merge pull request #73 from shogo82148/add-go1.20
Browse files Browse the repository at this point in the history
add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.
  • Loading branch information
mattn committed Jul 23, 2023
2 parents fdb2517 + da7ce5b commit 44b7c5b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -11,7 +11,13 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
go: ["1.15", "1.16"]
go:
- "1.15"
- "1.16"
- "1.17"
- "1.18"
- "1.19"
- "1.20"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 44b7c5b

Please sign in to comment.