Skip to content

Commit

Permalink
chore: bump golang to 1.23.5
Browse files Browse the repository at this point in the history
Just picking up upstream fixes.
  • Loading branch information
justinsb committed Jan 21, 2025
1 parent 9dd62eb commit eca87ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ endif
# Build time versioning details.
LDFLAGS := $(shell hack/version.sh)

GOLANG_VERSION := 1.21.10
GOLANG_VERSION := 1.23.5

# CI
CAPG_WORKER_CLUSTER_KUBECONFIG ?= "/tmp/kubeconfig"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-gcp

go 1.22.0

toolchain go1.22.8
toolchain go1.23.5

replace (
// cel-go should match the version imported by CAPI.
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-gcp/hack/tools

go 1.22.0

toolchain go1.22.8
toolchain go1.23.5

replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.3

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 @@
publish = "docs/book/book"

[build.environment]
GO_VERSION = "1.21.10"
GO_VERSION = "1.23.5"

# Standard Netlify redirects
[[redirects]]
Expand Down

0 comments on commit eca87ef

Please sign in to comment.