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 42314a2 + 9aeb939 commit 8c44da9Copy full SHA for 8c44da9
.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.2' # GOVERSION
+ go-version: '1.24.3' # 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.2 // GOVERSION
+go 1.24.3 // GOVERSION
4
5
require (
6
github.com/mark3labs/mcp-go v0.25.0
0 commit comments