1
0
Fork 0
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:
Simon Pasquier 2023-02-20 13:29:03 +01:00 committed by GitHub
parent d5ff0c5d6e
commit 8051947248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
.github/env vendored
View file

@ -1,3 +1,3 @@
golang-version=1.19 golang-version=1.20
kind-version=v0.16.0 kind-version=v0.16.0
kind-image=kindest/node:v1.25.2 kind-image=kindest/node:v1.25.2

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/prometheus-operator/prometheus-operator module github.com/prometheus-operator/prometheus-operator
go 1.18 go 1.20
require ( require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137

View file

@ -1,6 +1,6 @@
module github.com/prometheus-operator/prometheus-operator/tooling module github.com/prometheus-operator/prometheus-operator/tooling
go 1.18 go 1.20
require ( require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220618162802-424739b250f5 github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220618162802-424739b250f5