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.
2 parents c148719 + 46ba808 commit 34ffa00Copy full SHA for 34ffa00
.github/workflows/build-go.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Go
23
uses: actions/setup-go@v5
24
with:
25
- go-version: '1.24.6' # GOVERSION
+ go-version: '1.25.0' # GOVERSION
26
27
- name: Cache Go modules
28
uses: actions/cache@v4
go.mod
@@ -1,6 +1,6 @@
1
module github.com/UnitVectorY-Labs/mcp-graphql-forge
2
3
-go 1.24.6 // GOVERSION
+go 1.25.0 // GOVERSION
4
5
require (
6
github.com/mark3labs/mcp-go v0.37.0
0 commit comments