Skip to content

Commit ba7a064

Browse files
authored
examples/rate-limiting: change Go version to 1.23 (#89)
The version is 1.25, which doesn't match the main module's go.mod.
1 parent 06ae01b commit ba7a064

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/rate-limiting/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/modelcontextprotocol/go-sdk/examples/rate-limiting
22

3-
go 1.25
3+
go 1.23.0
4+
5+
toolchain go1.24.4
46

57
require (
68
github.com/modelcontextprotocol/go-sdk v0.0.0-20250625185707-09181c2c2e89

0 commit comments

Comments
 (0)