diff options
| author | Jonathan Amsterdam <jba@google.com> | 2022-06-16 09:38:13 -0400 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2022-06-17 13:48:55 +0000 |
| commit | b5c314cef9530a0e1bb204d957842f49a256bf66 (patch) | |
| tree | a0ca87ee01dbfce8d6d85bbfa937269a1c83a010 /devtools/docker | |
| parent | 9ffe8b928e4fbd3ff7dcf984254629a47f8b6e63 (diff) | |
| download | go-x-pkgsite-b5c314cef9530a0e1bb204d957842f49a256bf66.tar.xz | |
all: upgrade to go 1.19beta1
This is a prerequisite for using the new go/doc/comment package.
Change-Id: Id92e4db359a0d57e945264078b5e58d86f6aa64b
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/412674
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'devtools/docker')
| -rw-r--r-- | devtools/docker/compose.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devtools/docker/compose.yaml b/devtools/docker/compose.yaml index 2bef47c4..e7a258d6 100644 --- a/devtools/docker/compose.yaml +++ b/devtools/docker/compose.yaml @@ -30,7 +30,7 @@ services: depends_on: - db # This should match the version we are using on Cloud Run. - image: golang:1.18.0 + image: golang:1.19beta1 environment: <<: *database-variables <<: *go-variables @@ -43,7 +43,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite searchtest: - image: golang:1.18.0 + image: golang:1.19beta1 depends_on: - frontend environment: @@ -56,7 +56,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite api: - image: golang:1.18.0 + image: golang:1.19beta1 depends_on: - frontend environment: @@ -69,7 +69,7 @@ services: working_dir: /pkgsite frontend: # This should match the version we are using on AppEngine. - image: golang:1.18.0 + image: golang:1.19beta1 depends_on: - db command: bash -c " @@ -88,7 +88,7 @@ services: working_dir: /pkgsite seeddb: # This should match the version we are using on Cloud Run. - image: golang:1.18.0 + image: golang:1.19beta1 depends_on: - db # Note: technically we should check that migrations have completed before @@ -141,7 +141,7 @@ services: shm_size: 8G go: # This should match the version we are using on Cloud Run. - image: golang:1.18.0 + image: golang:1.19beta1 entrypoint: go environment: <<: *database-variables |
