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:
parent
88faa69772
commit
d6d883839d
3 changed files with 3 additions and 3 deletions
2
.github/env
vendored
2
.github/env
vendored
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue