Skip to content

Commit 9fdc3b0

Browse files
feat(ci) also run on go 1.24, 1.25 (#4206)
1 parent fcc2c64 commit 9fdc3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
go-version: ["1.21", "1.22", "1.23"]
11+
go-version: ["1.21", "1.22", "1.23", "1.24", "1.25"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)