Merge pull request #4920 from zhzhuang-zju/goversion

Bump Golang to v1.21.10
This commit is contained in:
karmada-bot 2024-05-09 10:37:14 +08:00 committed by GitHub
commit b01335e00a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.21.8
1.21.10

2
go.mod
View File

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