File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.9 @sha256:ff6cfbd291c157a5b67e121b050e80a646a88b55de5c489a5c07acb9528a1feb as builder
16
+ FROM golang:1.21.10 @sha256:45f2cab1eebfb90d214ab8ce896cefc320e5c8768b4b34bb402652d90c670875 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 @@ -145,7 +145,7 @@ endif
145
145
# Build time versioning details.
146
146
LDFLAGS := $(shell hack/version.sh)
147
147
148
- GOLANG_VERSION := 1.21.9
148
+ GOLANG_VERSION := 1.21.10
149
149
150
150
# CI
151
151
CAPG_WORKER_CLUSTER_KUBECONFIG ?= "/tmp/kubeconfig"
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.9 "
7
+ GO_VERSION = " 1.21.10 "
8
8
9
9
# Standard Netlify redirects
10
10
[[redirects ]]
You can’t perform that action at this time.
0 commit comments