Skip to content

Commit

Permalink
Merge pull request #2 from parca-dev/go-mod-fix
Browse files Browse the repository at this point in the history
go.mod: Removed the obsolete replace directive that was preventing installation with 'go install'
  • Loading branch information
brancz authored Sep 12, 2023
2 parents 5026e49 + b79651b commit 02fbeec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 02fbeec

Please sign in to comment.