Skip to content

Commit f6b13de

Browse files
dmitshurgopherbot
authored andcommitted
cmd/{adminapp,adminredirect,googlegolangorg}: update App Engine runtime
Keep them up with the times. Change-Id: If9d93df36594dad923fc1aa2ebe2931a76706bac Reviewed-on: https://go-review.googlesource.com/c/website/+/695997 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 27a55f2 commit f6b13de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/adminapp/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
service: default
2-
runtime: go123
2+
runtime: go125
33
main: ./cmd/adminapp
44

55
env_variables:

cmd/adminredirect/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
service: admin
2-
runtime: go123
2+
runtime: go125
33
main: ./cmd/adminredirect
44

55
env_variables:

cmd/googlegolangorg/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
service: google
2-
runtime: go123
2+
runtime: go125
33
main: ./cmd/googlegolangorg

0 commit comments

Comments
 (0)