From 0b8a0b108be97f40ec6d09e25408e10b9a224c7a Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Mon, 31 Aug 2020 19:53:27 +0100 Subject: [PATCH] Update CI to use 1.15 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e41b3cd266..4fdce4f7e02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ executors: password1: '3ec86b2e5a431be2d72c' GLOG_logtostderr: '1' docker: - - image: docker.pkg.github.com/grpc-ecosystem/grpc-gateway/build-env:1.14 + - image: docker.pkg.github.com/grpc-ecosystem/grpc-gateway/build-env:1.15 auth: username: gateway-ci-user password: ${password0}${password1}