Skip to content

Commit 1b26c7d

Browse files
Merge pull request #246 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 7eb7caf + d14995d commit 1b26c7d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

klone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
13+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
18+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
1919
repo_path: modules/cert-manager
2020
- folder_name: executable
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
23+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
2424
repo_path: modules/executable
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
28+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
33+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
3434
repo_path: modules/go
3535
- folder_name: help
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
38+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
3939
repo_path: modules/help
4040
- folder_name: klone
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
43+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
4444
repo_path: modules/klone
4545
- folder_name: repository-base
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
48+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
4949
repo_path: modules/repository-base
5050
- folder_name: tools
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: f46eb4fc3755637827e7df87a2fda428ca51f531
53+
repo_hash: 292a53c31aee0d1909bd25f204c602aad911f3a4
5454
repo_path: modules/tools

make/_shared/tools/00_mod.mk

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

174174
# https://go.dev/dl/
175-
VENDORED_GO_VERSION := 1.24.4
175+
VENDORED_GO_VERSION := 1.24.5
176176

177177
# Print the go version which can be used in GH actions
178178
.PHONY: print-go-version
@@ -395,10 +395,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
395395
# File downloads #
396396
##################
397397

398-
go_linux_amd64_SHA256SUM=77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717
399-
go_linux_arm64_SHA256SUM=d5501ee5aca0f258d5fe9bfaed401958445014495dc115f202d43d5210b45241
400-
go_darwin_amd64_SHA256SUM=69bef555e114b4a2252452b6e7049afc31fbdf2d39790b669165e89525cd3f5c
401-
go_darwin_arm64_SHA256SUM=27973684b515eaf461065054e6b572d9390c05e69ba4a423076c160165336470
398+
go_linux_amd64_SHA256SUM=10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc
399+
go_linux_arm64_SHA256SUM=0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa
400+
go_darwin_amd64_SHA256SUM=2fe5f3866b8fbcd20625d531f81019e574376b8a840b0a096d8a2180308b1672
401+
go_darwin_arm64_SHA256SUM=92d30a678f306c327c544758f2d2fa5515aa60abe9dba4ca35fbf9b8bfc53212
402402

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

0 commit comments

Comments
 (0)