diff options
| author | Ethan Lee <ethanalee@google.com> | 2025-12-30 20:25:35 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-12-30 13:59:10 -0800 |
| commit | 5a4d5c58bc73e708a7a867b717b4757e67e6eec9 (patch) | |
| tree | 2830333e03d28926f973c70ee3886ae509128253 /devtools/docker/compose.yaml | |
| parent | 0432e49b609a4bb73d29a3dce9c89978a29f079b (diff) | |
| download | go-x-pkgsite-5a4d5c58bc73e708a7a867b717b4757e67e6eec9.tar.xz | |
deploy: bump Go version to 1.25.5 and update deps
Change-Id: I811776287454ba74b0ec8c1796c20907bf562150
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/733341
Reviewed-by: Nicholas Husin <husin@google.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Nicholas Husin <nsh@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ethan Lee <ethanalee@google.com>
Diffstat (limited to 'devtools/docker/compose.yaml')
| -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 a63be143..6bfb8fd7 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.24 + image: golang:1.25.5 environment: <<: [*database-variables, *go-variables] GO_DISCOVERY_TESTDB: ${GO_DISCOVERY_TESTDB:-"true"} @@ -41,7 +41,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite searchtest: - image: golang:1.24 + image: golang:1.25.5 depends_on: - frontend environment: @@ -52,7 +52,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite api: - image: golang:1.24 + image: golang:1.25.5 depends_on: - frontend environment: @@ -64,7 +64,7 @@ services: working_dir: /pkgsite frontend: # This should match the version we are using on AppEngine. - image: golang:1.24 + image: golang:1.25.5 depends_on: - db command: bash -c " @@ -81,7 +81,7 @@ services: working_dir: /pkgsite seeddb: # This should match the version we are using on Cloud Run. - image: golang:1.24 + image: golang:1.25.5 depends_on: - db # Note: technically we should check that migrations have completed before @@ -134,7 +134,7 @@ services: shm_size: 8G go: # This should match the version we are using on Cloud Run. - image: golang:1.24 + image: golang:1.25.5 entrypoint: go environment: <<: [*database-variables, *go-variables] |
