Skip to content

Commit 5cbf224

Browse files
Update golang Docker tag to v1.24
1 parent a4b1f3b commit 5cbf224

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/gcloud/Dockerfile.consumer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# as a guide.
1717

1818
# Use an official Go runtime as a parent image
19-
FROM golang:1.21 as builder
19+
FROM golang:1.24 as builder
2020

2121
ENV GO111MODULE=on
2222

deploy/gcloud/Dockerfile.renewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# as a guide.
1717

1818
# Use an official Go runtime as a parent image
19-
FROM golang:1.21 as builder
19+
FROM golang:1.24 as builder
2020

2121
ENV GO111MODULE=on
2222

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Use an official Go runtime as a parent image
16-
FROM golang:1.21
16+
FROM golang:1.24
1717

1818
ENV GO111MODULE=on
1919

0 commit comments

Comments
 (0)