Skip to content

Commit

Permalink
gh: run tests against go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Oct 25, 2024
1 parent 9938ee4 commit 8277f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.18', '1.19', '1.20']
go: ['1.23.x']
fail-fast: false
env:
OS: ${{ matrix.os }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

strategy:
matrix:
go: ['1.18', '1.19', '1.20']
go: ['1.23.x']
fail-fast: false
env:
OS: windows-latest
Expand Down

0 comments on commit 8277f39

Please sign in to comment.