Skip to content

Commit 3d8b026

Browse files
committedJan 2, 2025
api: Build api with Go 1.23.2
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>
1 parent 615a520 commit 3d8b026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gen/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## The version of Go from which this image is based.
2-
ARG GO_VERSION=1.20.6
2+
ARG GO_VERSION=1.23.2
33

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

0 commit comments

Comments
 (0)
Please sign in to comment.