From c414961c45d6a3311080b1bcbd75fdc6c7745864 Mon Sep 17 00:00:00 2001 From: Manoj Vivek Date: Tue, 12 Sep 2023 10:28:06 +0530 Subject: [PATCH 1/2] Removed the obselete replace directive that was preventing installation with 'go install' --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index 9a538b8..3196aa9 100644 --- a/go.mod +++ b/go.mod @@ -27,6 +27,3 @@ require ( google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect google.golang.org/protobuf v1.28.1 // indirect ) - -// required by https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.10.3 -replace cloud.google.com/go/storage v1.19.0 => cloud.google.com/go/storage v1.10.0 From b79651bf71121f0530354a530ea0caf770fe8f5f Mon Sep 17 00:00:00 2001 From: Manoj Vivek Date: Tue, 12 Sep 2023 10:54:58 +0530 Subject: [PATCH 2/2] Fixed the missing podman version --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0c1b43e..82422bf 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -79,7 +79,7 @@ jobs: # https://github.com/containers/podman/tree/main/contrib/podmanimage # Specifying SHA repeatedly fails: # @sha256:421ac576cebff98e90c531e7b9ce4482370ecc7cee59abc2341714031bfb5f43 - image: quay.io/containers/podman:v4.1.1 + image: quay.io/containers/podman:v4.6.1 options: >- --device /dev/fuse:rw --privileged