Skip to content

Commit 0aedaa5

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent 4895c03 commit 0aedaa5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

klone.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
13+
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
1414
repo_path: modules/boilerplate
1515
- folder_name: generate-verify
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
18+
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
1919
repo_path: modules/generate-verify
2020
- folder_name: help
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
23+
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
2424
repo_path: modules/help
2525
- folder_name: klone
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
28+
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
2929
repo_path: modules/klone
3030
- folder_name: repository-base
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
33+
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
3434
repo_path: modules/repository-base
3535
- folder_name: tools
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
38+
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
3939
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ADDITIONAL_TOOLS ?=
159159
tools += $(ADDITIONAL_TOOLS)
160160

161161
# https://go.dev/dl/
162-
VENDORED_GO_VERSION := 1.23.1
162+
VENDORED_GO_VERSION := 1.23.2
163163

164164
# Print the go version which can be used in GH actions
165165
.PHONY: print-go-version
@@ -374,10 +374,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
374374
# File downloads #
375375
##################
376376

377-
go_linux_amd64_SHA256SUM=49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
378-
go_linux_arm64_SHA256SUM=faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f
379-
go_darwin_amd64_SHA256SUM=488d9e4ca3e3ed513ee4edd91bef3a2360c65fa6d6be59cf79640bf840130a58
380-
go_darwin_arm64_SHA256SUM=e223795ca340e285a760a6446ce57a74500b30e57469a4109961d36184d3c05a
377+
go_linux_amd64_SHA256SUM=542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e
378+
go_linux_arm64_SHA256SUM=f626cdd92fc21a88b31c1251f419c17782933a42903db87a174ce74eeecc66a9
379+
go_darwin_amd64_SHA256SUM=445c0ef19d8692283f4c3a92052cc0568f5a048f4e546105f58e991d4aea54f5
380+
go_darwin_arm64_SHA256SUM=d87031194fe3e01abdcaf3c7302148ade97a7add6eac3fec26765bcb3207b80f
381381

382382
.PRECIOUS: $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz
383383
$(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)