diff --git a/cmd/go.mod b/cmd/go.mod index 29c2007424..8e028b8760 100644 --- a/cmd/go.mod +++ b/cmd/go.mod @@ -1,6 +1,8 @@ module github.com/google/cadvisor/cmd -go 1.21 +go 1.22 + +toolchain go1.22.0 // Record that the cmd module requires the cadvisor library module. // The github.com/google/cadvisor/cmd module is built using the Makefile diff --git a/go.mod b/go.mod index 9e4467bd20..64bd6a0880 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/google/cadvisor -go 1.21 +go 1.22 + +toolchain go1.22.0 require ( cloud.google.com/go/compute/metadata v0.2.3