Skip to content

Commit

Permalink
add go1.23 to ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenkovova committed Jan 4, 2025
1 parent 724f547 commit bd499bf
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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-22.04' ]
go: [ '1.21', '1.22' ]
go: [ '1.21', '1.22', '1.23' ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout source code'
Expand Down

0 comments on commit bd499bf

Please sign in to comment.