Update go version and req-bump

This commit is contained in:
MaxJa4
2025-02-09 16:45:07 +01:00
parent 1d657f351c
commit 770a033429
8 changed files with 136 additions and 73 deletions

View File

@@ -1,3 +1,3 @@
module burst_queue
go 1.21
go 1.23

View File

@@ -1,6 +1,6 @@
module cache
go 1.21
go 1.23
require github.com/redis/go-redis/v9 v9.4.0

View File

@@ -1,3 +1,3 @@
module session
go 1.21
go 1.23