File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Build the manager binary
16
- FROM golang:1.21.7 @sha256:549dd88a1a53715f177b41ab5fee25f7a376a6bb5322ac7abe263480d9554021 as builder
16
+ FROM golang:1.21.9 @sha256:ff6cfbd291c157a5b67e121b050e80a646a88b55de5c489a5c07acb9528a1feb as builder
17
17
WORKDIR /workspace
18
18
19
19
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ endif
140
140
# Build time versioning details.
141
141
LDFLAGS := $(shell hack/version.sh)
142
142
143
- GOLANG_VERSION := 1.21.6
143
+ GOLANG_VERSION := 1.21.9
144
144
145
145
# CI
146
146
CAPG_WORKER_CLUSTER_KUBECONFIG ?= "/tmp/kubeconfig"
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/cluster-api-provider-gcp/hack/tools
2
2
3
- go 1.21.7
3
+ go 1.21.9
4
4
5
5
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.6.2
6
6
Original file line number Diff line number Diff line change 4
4
publish = " docs/book/book"
5
5
6
6
[build .environment ]
7
- GO_VERSION = " 1.21.7 "
7
+ GO_VERSION = " 1.21.9 "
8
8
9
9
# Standard Netlify redirects
10
10
[[redirects ]]
You can’t perform that action at this time.
0 commit comments