Skip to content

Commit

Permalink
chore: add Go 1.23 to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins authored Aug 14, 2024
1 parent a64f390 commit 8e2672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
unit-test:
strategy:
matrix:
version: ["1.20", "1.21", "1.22"]
version: ["1.20", "1.21", "1.22", "1.23"]
runs-on: [self-hosted, X64]
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
ut-windows:
strategy:
matrix:
version: ["1.20", "1.21", "1.22"]
version: ["1.20", "1.21", "1.22", "1.23"]
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8e2672e

Please sign in to comment.