Skip to content

Commit c4846c9

Browse files
committed
Update go version to match podman
Signed-off-by: German Maglione <[email protected]>
1 parent 40059d2 commit c4846c9

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
module github.com/containers/podman-bootc
22

3-
go 1.20
3+
go 1.22.6
44

55
require (
66
github.com/adrg/xdg v0.4.0
77
github.com/containers/common v0.58.1
88
github.com/containers/gvisor-tap-vsock v0.7.3
99
github.com/containers/podman/v5 v5.0.1
10+
github.com/distribution/reference v0.5.0
1011
github.com/docker/go-units v0.5.0
1112
github.com/gofrs/flock v0.8.1
1213
github.com/onsi/ginkgo/v2 v2.17.1
@@ -56,7 +57,6 @@ require (
5657
github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect
5758
github.com/digitalocean/go-qemu v0.0.0-20230711162256-2e3d0186973e // indirect
5859
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
59-
github.com/distribution/reference v0.5.0 // indirect
6060
github.com/docker/distribution v2.8.3+incompatible // indirect
6161
github.com/docker/docker v25.0.3+incompatible // indirect
6262
github.com/docker/docker-credential-helpers v0.8.1 // indirect

0 commit comments

Comments
 (0)