Skip to content

Commit 9383d24

Browse files
committed
[CI] Bump Go build to use 1.23.x and 1.24.x.
1 parent 4c29cf7 commit 9383d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
strategy:
299299
fail-fast: false
300300
matrix:
301-
version: [ '1.22.x' ]
301+
version: [ '1.23.x', '1.24.x' ]
302302
steps:
303303
- name: Checkout code
304304
uses: actions/checkout@v4

0 commit comments

Comments
 (0)