Skip to content

Commit

Permalink
chore: bump go version in Dockerfile (#5328)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Feb 25, 2025
1 parent 6e0dc6e commit 1125a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ```
#

FROM golang:1.22-bookworm AS build-env
FROM golang:1.23-bookworm AS build-env
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# install dependencies
Expand Down

0 comments on commit 1125a6c

Please sign in to comment.