mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
chore: update to Go 1.20 (#5348)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
d5ff0c5d6e
commit
8051947248
3 changed files with 3 additions and 3 deletions
2
.github/env
vendored
2
.github/env
vendored
|
@ -1,3 +1,3 @@
|
|||
golang-version=1.19
|
||||
golang-version=1.20
|
||||
kind-version=v0.16.0
|
||||
kind-image=kindest/node:v1.25.2
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/prometheus-operator/prometheus-operator
|
||||
|
||||
go 1.18
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/prometheus-operator/prometheus-operator/tooling
|
||||
|
||||
go 1.18
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220618162802-424739b250f5
|
||||
|
|
Loading…
Add table
Reference in a new issue