Skip to content

Commit

Permalink
Update go version to 1.23.2 (#1522)
Browse files Browse the repository at this point in the history
* Update go version to 1.23.2

* Update csm-common.mk

---------

Co-authored-by: csm-release[bot] <183133423+csm-release[bot]@users.noreply.github.com>
Co-authored-by: shaynafinocchiaro <[email protected]>
  • Loading branch information
csm-release[bot] and shaynafinocchiaro authored Oct 16, 2024
1 parent f661dee commit 8b5fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/csm-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
DEFAULT_BASEIMAGE="registry.access.redhat.com/ubi9/ubi-micro@sha256:7f376b75faf8ea546f28f8529c37d24adcde33dca4103f4897ae19a43d58192b"

# --- DEFAULT_GOVERSION: Specifies the default version of go
DEFAULT_GOVERSION="1.23"
DEFAULT_GOVERSION="1.23.2"

# --- DEFAULT_GOIMAGE: Specifies the default Image to be used for building go components in a multi-stage docker file
DEFAULT_GOIMAGE="golang:${DEFAULT_GOVERSION}"

0 comments on commit 8b5fa03

Please sign in to comment.