We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5026e49 + b79651b commit 02fbeecCopy full SHA for 02fbeec
2 files changed
.github/workflows/container.yml
@@ -79,7 +79,7 @@ jobs:
79
# https://github.com/containers/podman/tree/main/contrib/podmanimage
80
# Specifying SHA repeatedly fails:
81
# @sha256:421ac576cebff98e90c531e7b9ce4482370ecc7cee59abc2341714031bfb5f43
82
- image: quay.io/containers/podman:v4.1.1
+ image: quay.io/containers/podman:v4.6.1
83
options: >-
84
--device /dev/fuse:rw
85
--privileged
go.mod
@@ -27,6 +27,3 @@ require (
27
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
28
google.golang.org/protobuf v1.28.1 // indirect
29
)
30
-
31
-// required by https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.10.3
32
-replace cloud.google.com/go/storage v1.19.0 => cloud.google.com/go/storage v1.10.0
0 commit comments