chore: update min go version to 1.22 and update to the 1.23 toolchain

enforce the go version in test_go_oldest.

Signed-off-by: machine424 <ayoubmrini424@gmail.com>
This commit is contained in:
machine424 2024-08-20 14:21:42 +02:00 committed by Ayoub Mrini
parent d2b659540e
commit 1e01e97151
5 changed files with 16 additions and 13 deletions

View file

@ -1,6 +1,6 @@
module github.com/prometheus/prometheus/documentation/examples/remote_storage
go 1.21.0
go 1.22.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0