Skip to content

Commit

Permalink
chore(internal/gapicgen): support Go 1.23
Browse files Browse the repository at this point in the history
* Update cmd/genbot/Dockerfile to 1.23-alpine
  • Loading branch information
quartzmo committed Dec 5, 2024
1 parent 57fdec7 commit bec4f42
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 bec4f42

Please sign in to comment.