Skip to content

Commit 17dc20c

Browse files
Merge pull request #334 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 772369a + e556b03 commit 17dc20c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

klone.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,65 +10,65 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
13+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
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: 67e71b61af17a44f8f619394d79d343134086e40
18+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
23+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
2424
repo_path: modules/controller-gen
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
28+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
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: 67e71b61af17a44f8f619394d79d343134086e40
33+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
38+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
43+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
48+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
53+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
5454
repo_path: modules/klone
5555
- folder_name: oci-build
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
58+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
5959
repo_path: modules/oci-build
6060
- folder_name: oci-publish
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
63+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
6464
repo_path: modules/oci-publish
6565
- folder_name: repository-base
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
68+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
6969
repo_path: modules/repository-base
7070
- folder_name: tools
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: 67e71b61af17a44f8f619394d79d343134086e40
73+
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
7474
repo_path: modules/tools

make/_shared/tools/00_mod.mk

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

163163
# https://go.dev/dl/
164-
VENDORED_GO_VERSION := 1.23.3
164+
VENDORED_GO_VERSION := 1.23.4
165165

166166
# Print the go version which can be used in GH actions
167167
.PHONY: print-go-version
@@ -380,10 +380,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
380380
# File downloads #
381381
##################
382382

383-
go_linux_amd64_SHA256SUM=a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8
384-
go_linux_arm64_SHA256SUM=1f7cbd7f668ea32a107ecd41b6488aaee1f5d77a66efd885b175494439d4e1ce
385-
go_darwin_amd64_SHA256SUM=c7e024d5c0bc81845070f23598caf02f05b8ae88fd4ad2cd3e236ddbea833ad2
386-
go_darwin_arm64_SHA256SUM=31e119fe9bde6e105407a32558d5b5fa6ca11e2bd17f8b7b2f8a06aba16a0632
383+
go_linux_amd64_SHA256SUM=6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971
384+
go_linux_arm64_SHA256SUM=16e5017863a7f6071363782b1b8042eb12c6ca4f4cd71528b2123f0a1275b13e
385+
go_darwin_amd64_SHA256SUM=6700067389a53a1607d30aa8d6e01d198230397029faa0b109e89bc871ab5a0e
386+
go_darwin_arm64_SHA256SUM=87d2bb0ad4fe24d2a0685a55df321e0efe4296419a9b3de03369dbe60b8acd3a
387387

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

0 commit comments

Comments
 (0)