Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 14dadc7

Browse files
Merge branch 'main' into renovate/go-minor-and-patch
2 parents 75345c6 + 1ad53d8 commit 14dadc7

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
17-
- go@1.24.5
17+
- go@1.25.0
1818
1919
2020

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.24.5
1+
go 1.25.0
22

33
use (
44
./lib/manifest

runtime/go.mod

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

3-
go 1.24.5
3+
go 1.25.0
44

55
// trunk-ignore-all(osv-scanner/GHSA-9w9f-6mg8-jp7w): not affected by bleve vulnerability
66

sdk/go/examples/agents/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module agents-example
22

33
go 1.23.1
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require github.com/hypermodeinc/modus/sdk/go v0.18.0
88

sdk/go/examples/anthropic-functions/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module anthropic-functions-example
22

33
go 1.23.1
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require github.com/hypermodeinc/modus/sdk/go v0.18.0
88

sdk/go/examples/auth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module auth-example
22

33
go 1.23.1
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require github.com/hypermodeinc/modus/sdk/go v0.18.0
88

sdk/go/examples/classification/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module classification-example
22

33
go 1.23.1
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require github.com/hypermodeinc/modus/sdk/go v0.18.0
88

sdk/go/examples/dgraph/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module dgraph-example
22

33
go 1.23.1
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require github.com/hypermodeinc/modus/sdk/go v0.18.0
88

sdk/go/examples/embedding/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module embedding-example
22

33
go 1.23.1
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require github.com/hypermodeinc/modus/sdk/go v0.18.0
88

sdk/go/examples/graphql/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module graphql-example
22

33
go 1.23.1
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require github.com/hypermodeinc/modus/sdk/go v0.18.0
88

0 commit comments

Comments
 (0)