Skip to content

Commit b9331ca

Browse files
committed
Bump Go version to 1.24.11 to fix stdlib vulnerabilities
1 parent b1a72a8 commit b9331ca

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
module github.com/minipaas/minipaas
22

3-
go 1.24.0
4-
5-
toolchain go1.24.5
3+
go 1.24.11
64

75
require (
8-
github.com/go-chi/chi/v5 v5.0.11
6+
github.com/go-chi/chi/v5 v5.0.11
97
github.com/google/uuid v1.6.0
108
go.uber.org/zap v1.26.0
119
k8s.io/api v0.34.2

0 commit comments

Comments
 (0)