update go interop image to go1.11

pull/16908/head
Jan Tattermusch 6 years ago
parent 61be9aebb5
commit 7f38ed6b24
  1. 2
      templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.template
  2. 2
      tools/dockerfile/interoptest/grpc_interop_go/Dockerfile

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:latest
FROM golang:1.11
<%include file="../../go_path.include"/>
<%include file="../../python_deps.include"/>

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:latest
FROM golang:1.11
# Using login shell removes Go from path, so we add it.
RUN ln -s /usr/local/go/bin/go /usr/local/bin

Loading…
Cancel
Save