Skip to content

Commit

Permalink
Add a few new go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joho committed Jun 12, 2022
1 parent 139777a commit 76d246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.15', '1.14' ]
go: [ '1.18', '1.17', '1.16', '1.15' ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
steps:
Expand Down

0 comments on commit 76d246a

Please sign in to comment.