Skip to content

Commit 19c11c8

Browse files
bump go version in docker (#5866)
1 parent e7b3fed commit 19c11c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# ```
88
#
99

10-
FROM golang:1.23-bookworm AS build-env
10+
FROM golang:1.24-bookworm AS build-env
1111
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1212

1313
# install dependencies

0 commit comments

Comments
 (0)