Bump Go to 1.21.5
- go1.21.4 (released 2023-11-07) includes security fixes to the path/filepath package, as well as bug fixes to the linker, the runtime, the compiler, and the go/types, net/http, and runtime/cgo packages. - go1.21.5 (released 2023-12-05) includes security fixes to the go command, and the net/http and path/filepath packages, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/rand, net, os, and syscall packages. Signed-off-by: Richard Wall <richard.wall@venafi.com>
This commit is contained in:
parent
e8d279025c
commit
f3a91ac8aa
@ -73,7 +73,7 @@ KUBEBUILDER_ASSETS_VERSION=1.28.0
|
||||
TOOLS += etcd=$(KUBEBUILDER_ASSETS_VERSION)
|
||||
TOOLS += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION)
|
||||
|
||||
VENDORED_GO_VERSION := 1.21.3
|
||||
VENDORED_GO_VERSION := 1.21.5
|
||||
|
||||
# When switching branches which use different versions of the tools, we
|
||||
# need a way to re-trigger the symlinking from $(BINDIR)/downloaded to $(BINDIR)/tools.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user