Skip to content

Commit

Permalink
Add Go 1.23 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Sep 10, 2024
1 parent 9c9d681 commit 13fc610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test
strategy:
matrix:
go: ['1.14', '1.15', '1.16']
go: ['1.14', '1.15', '1.16', '1.23']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 13fc610

Please sign in to comment.