Bump Go version to 1.22.12

Signed-off-by: sachinparihar <sachinparihar98120@gmail.com>
This commit is contained in:
sachinparihar 2025-02-18 09:34:15 +05:30
parent c5d640c1d3
commit 61c452d773
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