Bump golang version to 1.21.13 to address security warnings

Signed-off-by: zhzhuang-zju <m17799853869@163.com>
This commit is contained in:
zhzhuang-zju 2024-08-14 17:57:59 +08:00
parent 1c5d8dca0c
commit fdb28dfb14
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.21.10
1.21.13

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/karmada-io/karmada
go 1.21.10
go 1.21.13
require (
github.com/adhocore/gronx v1.6.3