Skip to content

Commit d26e910

Browse files
committed
Downgrade go to require 1.24.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent a2eea2b commit d26e910

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

examples/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/examples
22

3-
go 1.22.0
3+
go 1.24.0
44

55
require (
66
github.com/containerd/cgroups v1.0.3
@@ -14,7 +14,7 @@ require (
1414
github.com/docker/go-units v0.4.0 // indirect
1515
github.com/godbus/dbus/v5 v5.0.4 // indirect
1616
github.com/gogo/protobuf v1.3.2 // indirect
17-
golang.org/x/sys v0.21.0 // indirect
17+
golang.org/x/sys v0.31.0 // indirect
1818
)
1919

2020
replace github.com/containerd/nri => ../

examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7w
6969
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
7070
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
7171
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
72-
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
73-
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
72+
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
73+
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
7474
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
7575
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
7676
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/ttrpc v1.2.7

plugins/device-injector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/plugins/device-injector
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/nri v0.6.1

plugins/differ/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/plugins/differ
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/nri v0.6.1

plugins/hook-injector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/plugins/hook-injector
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/nri v0.6.1

plugins/logger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/plugins/logger
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/nri v0.6.1

plugins/network-device-injector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/plugins/network-device-injector
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/nri v0.6.1

plugins/network-logger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/plugins/network-logger
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/nri v0.6.1

plugins/template/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/nri/plugins/template
22

3-
go 1.24.3
3+
go 1.24.0
44

55
require (
66
github.com/containerd/nri v0.6.1

0 commit comments

Comments
 (0)