diff options
| author | Jonathan Amsterdam <jba@google.com> | 2025-03-10 17:06:39 -0400 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2025-03-11 13:38:48 -0700 |
| commit | 656a0a051eeb9bd12d44e8000e856b0ee23568b1 (patch) | |
| tree | 9d35be7b815fd62ac92dd3f35b504b6a735f4aff /devtools/docker/compose.yaml | |
| parent | 38e05702228bdf47f645eb95194ca43c1b10646e (diff) | |
| download | go-x-pkgsite-656a0a051eeb9bd12d44e8000e856b0ee23568b1.tar.xz | |
go.mod, misc: update to go 1.24
Change-Id: Iba3d15376214048113314150944d3b0df187a8cf
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/656475
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@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 985de029..a63be143 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.23 + image: golang:1.24 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.23 + image: golang:1.24 depends_on: - frontend environment: @@ -52,7 +52,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite api: - image: golang:1.23 + image: golang:1.24 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.23 + image: golang:1.24 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.23 + image: golang:1.24 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.23 + image: golang:1.24 entrypoint: go environment: <<: [*database-variables, *go-variables] |
