1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00

update go version 1.22

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
This commit is contained in:
dongjiang1989 2024-02-07 11:24:58 +08:00
parent 88faa69772
commit d6d883839d
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

2
.github/env vendored
View file

@ -1,3 +1,3 @@
golang-version=1.21
golang-version=1.22
kind-version=v0.21.0
kind-image=kindest/node:v1.29.1

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/prometheus-operator/prometheus-operator
go 1.21
go 1.22
require (
github.com/alecthomas/kingpin/v2 v2.4.0

View file

@ -1,6 +1,6 @@
module github.com/prometheus-operator/prometheus-operator/tooling
go 1.21
go 1.22
require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20230629042818-f2b666635240