Skip to content

Commit

Permalink
Update golang version to 1.22.8 (kubernetes-sigs#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulyam24 authored Oct 9, 2024
1 parent 966abda commit c78ba01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.22.7
GO_VERSION ?=1.22.8
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.22.7
GO_VERSION ?=1.22.8
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)

REGISTRY=gcr.io/k8s-staging-capi-ibmcloud
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ command = "make -C docs/book build"
publish = "docs/book/book"

[build.environment]
GO_VERSION = "1.22.7"
GO_VERSION = "1.22.8"

# Standard Netlify redirects
[[redirects]]
Expand Down

0 comments on commit c78ba01

Please sign in to comment.