Skip to content

Commit 5e8ec57

Browse files
committed
chore: bump Go to 1.25.9 and align test matrix to 1.25/1.26
Raise the minimum Go toolchain to the latest 1.25 patch and standardize the CI matrix so every repo is tested against 1.25 and 1.26.
1 parent 2ca91b2 commit 5e8ec57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, macos-latest]
42-
go: [1.25, 1.26, stable]
42+
go: [1.25, 1.26]
4343
include:
4444
- os: ubuntu-latest
4545
go-build: ~/.cache/go-build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/appleboy/CodeGPT
22

3-
go 1.25.0
3+
go 1.25.9
44

55
require (
66
github.com/appleboy/com v1.2.0

0 commit comments

Comments
 (0)