Skip to content

Commit

Permalink
add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jul 23, 2023
1 parent 2c6a438 commit da7ce5b
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@v2
Expand Down

0 comments on commit da7ce5b

Please sign in to comment.