mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
update golang to 1.23
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
This commit is contained in:
parent
acc6cd28db
commit
71b925910b
3 changed files with 5 additions and 5 deletions
2
.github/env
vendored
2
.github/env
vendored
|
@ -1,3 +1,3 @@
|
||||||
golang-version=1.22
|
golang-version=1.23
|
||||||
kind-version=v0.24.0
|
kind-version=v0.24.0
|
||||||
kind-image=kindest/node:v1.31.0
|
kind-image=kindest/node:v1.31.0
|
||||||
|
|
4
go.mod
4
go.mod
|
@ -1,8 +1,8 @@
|
||||||
module github.com/prometheus-operator/prometheus-operator
|
module github.com/prometheus-operator/prometheus-operator
|
||||||
|
|
||||||
go 1.22.0
|
go 1.23
|
||||||
|
|
||||||
toolchain go1.22.2
|
toolchain go1.23.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/KimMachineGun/automemlimit v0.6.1
|
github.com/KimMachineGun/automemlimit v0.6.1
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
module github.com/prometheus-operator/prometheus-operator/tooling
|
module github.com/prometheus-operator/prometheus-operator/tooling
|
||||||
|
|
||||||
go 1.22.1
|
go 1.23
|
||||||
|
|
||||||
toolchain go1.22.3
|
toolchain go1.23.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20230629042818-f2b666635240
|
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20230629042818-f2b666635240
|
||||||
|
|
Loading…
Add table
Reference in a new issue