We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca91b2 commit 5e8ec57Copy full SHA for 5e8ec57
2 files changed
.github/workflows/testing.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
matrix:
41
os: [ubuntu-latest, macos-latest]
42
- go: [1.25, 1.26, stable]
+ go: [1.25, 1.26]
43
include:
44
- os: ubuntu-latest
45
go-build: ~/.cache/go-build
go.mod
@@ -1,6 +1,6 @@
1
module github.com/appleboy/CodeGPT
2
3
-go 1.25.0
+go 1.25.9
4
5
require (
6
github.com/appleboy/com v1.2.0
0 commit comments