Skip to content

Commit c6225e3

Browse files
authored
go 1.24 (#977)
1 parent e846b83 commit c6225e3

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x]
23+
go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x]
2424
os: [ubuntu-latest, windows-latest]
2525

2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)