Skip to content

Commit

Permalink
api: Build api with Go 1.23.2
Browse files Browse the repository at this point in the history
This patch updates the Dockerfile used to build the API bindings
to be based on Go 1.23.2.

Signed-off-by: akutz <andrew.kutz@broadcom.com>
  • Loading branch information
akutz committed Jan 2, 2025
1 parent 615a520 commit 3d8b026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## The version of Go from which this image is based.
ARG GO_VERSION=1.20.6
ARG GO_VERSION=1.23.2

## Docker image used as base of this image.
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}
Expand Down

0 comments on commit 3d8b026

Please sign in to comment.