Skip to content

Commit

Permalink
Rollback k8s.io requirements (#13462)
Browse files Browse the repository at this point in the history
Rollback k8s.io Go modules to v0.28.6 to avoid forcing upgrade of Go to
1.21. This allows us to keep compatibility with the currently supported
upstream Go releases.

Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Jan 25, 2024
1 parent 599ad93 commit c3b8ef1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 114 deletions.
2 changes: 1 addition & 1 deletion documentation/examples/remote_storage/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prometheus/prometheus/documentation/examples/remote_storage

go 1.21
go 1.20

require (
github.com/alecthomas/kingpin/v2 v2.4.0
Expand Down

0 comments on commit c3b8ef1

Please sign in to comment.