Skip to content

Commit

Permalink
go.mod: Require go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Aug 15, 2023
1 parent 7a5fb7d commit 74986f3
Showing 1 changed file with 1 addition and 1 deletion.
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/imgcrypt

go 1.19
go 1.20

require (
github.com/Microsoft/go-winio v0.5.2
Expand Down

0 comments on commit 74986f3

Please sign in to comment.