Merge pull request #6131 from sachinparihar/pr_bump_go_12212

Bump Go version to 1.22.12
This commit is contained in:
karmada-bot 2025-02-18 15:44:15 +08:00 committed by GitHub
commit f555413215
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.22.11
1.22.12

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/karmada-io/karmada
go 1.22.11 // keep in sync with .go-version
go 1.22.12 // keep in sync with .go-version
require (
github.com/adhocore/gronx v1.6.3