File tree 5 files changed +14
-15
lines changed 5 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 22
22
args :
23
23
- $PROJECT_ID
24
24
- id : Check redistributable
25
- name : golang:1.22rc1
25
+ name : golang:1.23
26
26
entrypoint : private/devtools/check_redist.sh
27
27
- id : Build
28
28
name : gcr.io/cloud-builders/docker
48
48
- -c
49
49
- deploy/frontend.sh $_ENV gcr.io/$PROJECT_ID/frontend:$(cat _BUILD_TAG)
50
50
- id : Pagecheck
51
- name : golang:1.22rc1
51
+ name : golang:1.23
52
52
entrypoint : deploy/pagecheck.sh
53
53
args :
54
54
- $_ENV
Original file line number Diff line number Diff line change 22
22
args :
23
23
- $PROJECT_ID
24
24
- id : Check redistributable
25
- name : golang:1.22rc1
25
+ name : golang:1.23
26
26
entrypoint : private/devtools/check_redist.sh
27
27
- id : Build
28
28
name : gcr.io/cloud-builders/docker
48
48
- -c
49
49
- deploy/frontend.sh staging gcr.io/$PROJECT_ID/frontend:$(cat _BUILD_TAG)
50
50
- id : Pagecheck - staging
51
- name : golang:1.22rc1
51
+ name : golang:1.23
52
52
entrypoint : deploy/pagecheck.sh
53
53
args :
54
54
- staging
77
77
- -c
78
78
- deploy/frontend.sh prod gcr.io/$PROJECT_ID/frontend:$(cat _BUILD_TAG)
79
79
- id : Pagecheck - prod
80
- name : golang:1.22rc1
80
+ name : golang:1.23
81
81
entrypoint : deploy/pagecheck.sh
82
82
args :
83
83
- prod
88
88
- -c
89
89
- deploy/frontend.sh beta gcr.io/$PROJECT_ID/frontend:$(cat _BUILD_TAG)
90
90
- id : Pagecheck - beta
91
- name : golang:1.22rc1
91
+ name : golang:1.23
92
92
entrypoint : deploy/pagecheck.sh
93
93
args :
94
94
- beta
Original file line number Diff line number Diff line change 16
16
args :
17
17
- $PROJECT_ID
18
18
- id : Migrate
19
- name : golang:1.22rc1
19
+ name : golang:1.23
20
20
entrypoint : bash
21
21
dir : private
22
22
args :
Original file line number Diff line number Diff line change 9
9
args :
10
10
- $PROJECT_ID
11
11
- id : Build
12
- name : golang:1.22rc1
12
+ name : golang:1.23
13
13
entrypoint : bash
14
14
dir : private
15
15
args :
Original file line number Diff line number Diff line change 1
1
# Copyright 2021 The Go Authors. All rights reserved.
2
2
# Use of this source code is governed by a BSD-style
3
3
# license that can be found in the LICENSE file.
4
- version : ' 3.4'
5
4
6
5
x-database-variables : &database-variables
7
6
GO_DISCOVERY_DATABASE_HOST : db
@@ -31,7 +30,7 @@ services:
31
30
depends_on :
32
31
- db
33
32
# This should match the version we are using on Cloud Run.
34
- image : golang:1.22rc1
33
+ image : golang:1.23
35
34
environment :
36
35
<< : [*database-variables, *go-variables]
37
36
GO_DISCOVERY_TESTDB : ${GO_DISCOVERY_TESTDB:-"true"}
@@ -42,7 +41,7 @@ services:
42
41
- ../../:/pkgsite
43
42
working_dir : /pkgsite
44
43
searchtest :
45
- image : golang:1.22rc1
44
+ image : golang:1.23
46
45
depends_on :
47
46
- frontend
48
47
environment :
@@ -53,7 +52,7 @@ services:
53
52
- ../../:/pkgsite
54
53
working_dir : /pkgsite
55
54
api :
56
- image : golang:1.22rc1
55
+ image : golang:1.23
57
56
depends_on :
58
57
- frontend
59
58
environment :
@@ -65,7 +64,7 @@ services:
65
64
working_dir : /pkgsite
66
65
frontend :
67
66
# This should match the version we are using on AppEngine.
68
- image : golang:1.22rc1
67
+ image : golang:1.23
69
68
depends_on :
70
69
- db
71
70
command : bash -c "
@@ -82,7 +81,7 @@ services:
82
81
working_dir : /pkgsite
83
82
seeddb :
84
83
# This should match the version we are using on Cloud Run.
85
- image : golang:1.22rc1
84
+ image : golang:1.23
86
85
depends_on :
87
86
- db
88
87
# Note: technically we should check that migrations have completed before
@@ -135,7 +134,7 @@ services:
135
134
shm_size : 8G
136
135
go :
137
136
# This should match the version we are using on Cloud Run.
138
- image : golang:1.22rc1
137
+ image : golang:1.23
139
138
entrypoint : go
140
139
environment :
141
140
<< : [*database-variables, *go-variables]
You can’t perform that action at this time.
0 commit comments