Pin to specific go version so it can bump it

Otherwise renovate wont bump it

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2024-07-11 18:36:58 +02:00
parent 97f92cc809
commit 42709484ac

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kairos-io/kairos-challenger
go 1.22
go 1.22.5
require (
github.com/go-logr/logr v1.4.2