Skip to content

Commit

Permalink
test: cover Go 1.23 (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Aofei Sheng <[email protected]>
  • Loading branch information
aofei authored Oct 26, 2024
1 parent 7a75593 commit b8da543
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test
on:
push:
branches:
- "*"
- "**"
pull_request:
branches:
- "*"
- "**"
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -17,6 +17,7 @@ jobs:
- 1.20.x
- 1.21.x
- 1.22.x
- 1.23.x
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit b8da543

Please sign in to comment.