Skip to content

Commit

Permalink
bump golang to v1.21.9
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <prajyot.parab2@ibm.com>
  • Loading branch information
Prajyot-Parab committed Apr 11, 2024
1 parent 12aedb1 commit 715d518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RELEASE_DIR := out
OUTPUT_TYPE ?= type=registry

# Go
GO_VERSION ?=1.21.8
GO_VERSION ?=1.21.9
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)

# kind
Expand Down
2 changes: 1 addition & 1 deletion hack/ccm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Go
GO_VERSION ?=1.21.7
GO_VERSION ?=1.21.9
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)

REGISTRY=gcr.io/k8s-staging-capi-ibmcloud
Expand Down

0 comments on commit 715d518

Please sign in to comment.