We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7eac16 commit 9852fd5Copy full SHA for 9852fd5
3 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.22'
+ go-version: '1.25'
19
cache-dependency-path: go.sum
20
21
- name: Build
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
run: go build ./...
go.mod
@@ -1,3 +1,3 @@
1
module github.com/GrayCodeAI/iteragent
2
3
-go 1.22
+go 1.25
0 commit comments