Skip to content

Commit

Permalink
Merge pull request containerd#10633 from thaJeztah/1.7_downgrade_go_mod
Browse files Browse the repository at this point in the history
[release/1.7] go.mod: keep minimum go version at go1.21
  • Loading branch information
dmcgowan authored Aug 23, 2024
2 parents 69ae5c0 + d63bd84 commit ddb856b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containerd/containerd

go 1.22
go 1.21

require (
dario.cat/mergo v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion integration/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containerd/containerd/integration/client

go 1.22
go 1.21

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
Expand Down

0 comments on commit ddb856b

Please sign in to comment.