Skip to content

Commit

Permalink
godev: use Go 1.22 for cloud run services
Browse files Browse the repository at this point in the history
Update the stale Go version in our Dockerfiles, to 1.22.

Change-Id: Id6ed4cc23be68949cec79379d7d2cfe90327c892
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/585255
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Mauri de Souza Meneguzzo <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
findleyr committed May 14, 2024
1 parent 15c10ce commit 609bac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion godev/cmd/telemetrygodev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# but Cloud Run mounts something else to /tmp, so anything
# installed here will be shadowed.

FROM golang:1.20
FROM golang:1.22

LABEL maintainer="Go Telemetry Team <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion godev/cmd/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# but Cloud Run mounts something else to /tmp, so anything
# installed here will be shadowed.

FROM golang:1.20
FROM golang:1.22

LABEL maintainer="Go Telemetry Team <[email protected]>"

Expand Down

0 comments on commit 609bac3

Please sign in to comment.