Skip to content

Commit

Permalink
Update CI to test go 1.20 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
joho committed Feb 2, 2023
1 parent cc9e9b7 commit 06bf2d6
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.19', '1.18', '1.17', '1.16', '1.15' ]
go: [ '1.20', '1.19', '1.18', '1.17', '1.16' ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
steps:
Expand Down

0 comments on commit 06bf2d6

Please sign in to comment.