Skip to content

Commit 02fbeec

Browse files
authored
Merge pull request #2 from parca-dev/go-mod-fix
go.mod: Removed the obsolete replace directive that was preventing installation with 'go install'
2 parents 5026e49 + b79651b commit 02fbeec

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# https://github.com/containers/podman/tree/main/contrib/podmanimage
8080
# Specifying SHA repeatedly fails:
8181
# @sha256:421ac576cebff98e90c531e7b9ce4482370ecc7cee59abc2341714031bfb5f43
82-
image: quay.io/containers/podman:v4.1.1
82+
image: quay.io/containers/podman:v4.6.1
8383
options: >-
8484
--device /dev/fuse:rw
8585
--privileged

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ require (
2727
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
2828
google.golang.org/protobuf v1.28.1 // indirect
2929
)
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

Comments
 (0)