Skip to content

Commit 9852fd5

Browse files
committed
chore: standardize Go version to 1.25 across all workflows
1 parent f7eac16 commit 9852fd5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.25'
1919
cache-dependency-path: go.sum
2020

2121
- name: Build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.22'
17+
go-version: '1.25'
1818

1919
- name: Build
2020
run: go build ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/GrayCodeAI/iteragent
22

3-
go 1.22
3+
go 1.25

0 commit comments

Comments
 (0)