Skip to content
Snippets Groups Projects
Commit 0db98cda authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Undo Go Docker fix - fixed in another PR

parent d4230bbf
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ cp -r /var/local/jenkins/service_account $HOME || true ...@@ -42,7 +42,6 @@ cp -r /var/local/jenkins/service_account $HOME || true
# Get dependencies from GitHub # Get dependencies from GitHub
# NOTE: once grpc-go dependencies change, this needs to be updated manually # NOTE: once grpc-go dependencies change, this needs to be updated manually
# but we don't expect this to happen any time soon. # but we don't expect this to happen any time soon.
go get google.golang.org/cloud/compute/metadata
go get github.com/golang/protobuf/proto go get github.com/golang/protobuf/proto
go get golang.org/x/net/context go get golang.org/x/net/context
go get golang.org/x/net/trace go get golang.org/x/net/trace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment