Skip to content

Commit

Permalink
ci: update test workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Broderick-Westrope committed Aug 21, 2024
1 parent 34ef88c commit 6f50e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Test
strategy:
matrix:
go: [ 1.22.x, 1.23.x ]
go: [ 1.23.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 6f50e83

Please sign in to comment.