Skip to content

Commit

Permalink
Add Go v1.23 to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maguro committed Dec 19, 2024
1 parent 04e2aa3 commit 1babccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21', '1.22' ]
go-version: [ '1.21', '1.22', '1.23' ]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 1babccb

Please sign in to comment.