Skip to content

Commit 89a3718

Browse files
committed
Add Go 1.25 to CI pipeline
1 parent 6d195c6 commit 89a3718

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
goversion: ["1.23", "1.24"]
54+
goversion: ["1.23", "1.24", "1.25"]
5555

5656
name: Build & Test (Linux, Go ${{ matrix.goversion }})
5757
needs: [lint]
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
goversion: ["1.23", "1.24"]
78+
goversion: ["1.23", "1.24", "1.25"]
7979

8080
name: Build & Test (Windows, Go ${{ matrix.goversion }})
8181
needs: [lint]
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
goversion: ["1.23", "1.24"]
102+
goversion: ["1.23", "1.24", "1.25"]
103103

104104
name: Build & Test (macOS, Go ${{ matrix.goversion }})
105105
needs: [lint]
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: false
125125
matrix:
126-
goversion: ["1.23", "1.24"]
126+
goversion: ["1.23", "1.24", "1.25"]
127127
goos:
128128
- freebsd
129129
- openbsd

0 commit comments

Comments
 (0)