Skip to content

Commit

Permalink
chore(internal/gapicgen): support Go 1.23 (#11232)
Browse files Browse the repository at this point in the history
* Update cmd/genbot/Dockerfile to 1.23-alpine
  • Loading branch information
quartzmo authored Dec 5, 2024
1 parent d95c86d commit 8d5c3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/cmd/genbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as godist
FROM golang:1.23-alpine as godist
RUN go version

FROM docker:25.0
Expand Down

0 comments on commit 8d5c3ff

Please sign in to comment.