Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
restore go1.8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Dec 1, 2020
1 parent 985ce73 commit 4d01188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
# Builds Go interop server and client in a base image.
set -e

# Turn on support for Go modules.
export GO111MODULE=on

# Clone just the grpc-go source code without any dependencies.
# We are cloning from a local git repo that contains the right revision
# to test instead of using "go get" to download from Github directly.
git clone --recursive /var/local/jenkins/grpc-go src/google.golang.org/grpc

# Get all gRPC Go dependencies
(cd src/google.golang.org/grpc && make deps && make testdeps)

# copy service account keys if available
cp -r /var/local/jenkins/service_account $HOME || true

Expand Down

0 comments on commit 4d01188

Please sign in to comment.