Skip to content

Commit

Permalink
add go 1.23 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
myxo committed Nov 4, 2024
1 parent 226c472 commit dae9fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
go: ["1.21", "1.22"]
go: ["1.21", "1.22", "1.23"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dae9fd2

Please sign in to comment.