diff options
Diffstat (limited to 'devtools/docker/compose.yaml')
| -rw-r--r-- | devtools/docker/compose.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/docker/compose.yaml b/devtools/docker/compose.yaml index 59f64eac..7b50b556 100644 --- a/devtools/docker/compose.yaml +++ b/devtools/docker/compose.yaml @@ -133,5 +133,16 @@ services: - 3000:3000 environment: - CONNECTION_TIMEOUT=120000 + go: + # This should match the version we are using on AppEngine. + image: golang:1.15.5 + entrypoint: go + environment: + <<: *database-variables + <<: *go-variables + volumes: + - ../../:/pkgsite + - gomodcache:/gomodcache + working_dir: /pkgsite volumes: gomodcache: |
