aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-10-18 11:16:38 +0200
committerGravatar GitHub <noreply@github.com>2018-10-18 11:16:38 +0200
commit1452201276972c2b504152f12d6004d60689980e (patch)
tree67fc2e958e49e6cec31479bba9790e46161a167b /templates
parentd0109d6ac52ab0fdc81fab1278b72041db3a9be4 (diff)
parent7f38ed6b24a27c7f9c31456ee4c56b1b725cf24e (diff)
Merge pull request #16908 from jtattermusch/go_interop_111
Update Go interop image to go1.11
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.template b/templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.template
index 79c55d5e56..c908a638ed 100644
--- a/templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.template
+++ b/templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.template
@@ -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"/>