Skip to content

Commit a36cf2e

Browse files
authored
Merge pull request #10 from slashdevops/chore/bump-go-1.25.2
chore: bump go directive to 1.25.2
2 parents 196c0dd + 634b15f commit a36cf2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sequenceDiagram
114114
go get github.com/slashdevops/ratelimiter
115115
```
116116

117-
Requires Go 1.25 or newer.
117+
Requires Go 1.25.2 or newer.
118118

119119
## Quick start
120120

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/slashdevops/ratelimiter
22

3-
go 1.25.0
3+
go 1.25.2
44

55
require golang.org/x/time v0.15.0

0 commit comments

Comments
 (0)