We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6fcb1 commit 725a6aaCopy full SHA for 725a6aa
packages/gapic-generator/.circleci/config.yml
@@ -166,7 +166,7 @@ jobs:
166
showcase:
167
docker:
168
- image: python:3.8-slim
169
- - image: gcr.io/gapic-images/gapic-showcase:0.2.0
+ - image: gcr.io/gapic-images/gapic-showcase:0.6.1
170
steps:
171
- checkout
172
- run:
packages/gapic-generator/noxfile.py
@@ -19,7 +19,7 @@
19
import nox # type: ignore
20
21
22
-showcase_version = '0.2.0'
+showcase_version = '0.6.1'
23
24
25
@nox.session(python=['3.6', '3.7', '3.8'])
0 commit comments