Skip to content

Commit 952f941

Browse files
committed
chore(deps): Bump go version from 1.26.1 to 1.26.2
1 parent 1d873dc commit 952f941

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.flox/env/manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.flox/env/manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NODE_PATH = "$FLOX_ENV_PROJECT/.flox/npm/lib/node_modules"
1111

1212
[install]
1313
go.pkg-path = "go"
14-
go.version = "^1.26.1"
14+
go.version = "^1.26.2"
1515
nodejs.pkg-path = "nodejs_24"
1616
nodejs.version = "^24.14.0"
1717
git.pkg-path = "git"

examples/mcp/mcp-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/inference-gateway/cli/examples/mcp-server
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/metoro-io/mcp-golang v0.16.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/inference-gateway/cli
22

3-
go 1.26.1
3+
go 1.26.2
44

55
tool github.com/maxbrunsfeld/counterfeiter/v6
66

0 commit comments

Comments
 (0)