Skip to content

Commit

Permalink
remove Go 1.23 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Aug 20, 2024
1 parent 6f7960f commit c05a755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest]
go_vers: ['1.21', '1.22', '1.23']
go_vers: ['1.21', '1.22']
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit c05a755

Please sign in to comment.