Skip to content

Commit 8c44da9

Browse files
Merge pull request #5 from UnitVectorY-Labs/go-v1.24.3
Update Go version to 1.24.3
2 parents 42314a2 + 9aeb939 commit 8c44da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.24.2' # GOVERSION
25+
go-version: '1.24.3' # GOVERSION
2626

2727
- name: Cache Go modules
2828
uses: actions/cache@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/UnitVectorY-Labs/mcp-graphql-forge
22

3-
go 1.24.2 // GOVERSION
3+
go 1.24.3 // GOVERSION
44

55
require (
66
github.com/mark3labs/mcp-go v0.25.0

0 commit comments

Comments
 (0)