Skip to content

Commit 7dda6b4

Browse files
Merge pull request #355 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 7af77b4 + eccbe38 commit 7dda6b4

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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
13+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
18+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
23+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
28+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
33+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
38+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
43+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
48+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
53+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
58+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
63+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
68+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451
73+
repo_hash: 8f89bfef199543e41c5b6bbbf722a4f5f0f9e0fb
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.4
164+
VENDORED_GO_VERSION := 1.23.5
165165

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

382-
go_linux_amd64_SHA256SUM=6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971
383-
go_linux_arm64_SHA256SUM=16e5017863a7f6071363782b1b8042eb12c6ca4f4cd71528b2123f0a1275b13e
384-
go_darwin_amd64_SHA256SUM=6700067389a53a1607d30aa8d6e01d198230397029faa0b109e89bc871ab5a0e
385-
go_darwin_arm64_SHA256SUM=87d2bb0ad4fe24d2a0685a55df321e0efe4296419a9b3de03369dbe60b8acd3a
382+
go_linux_amd64_SHA256SUM=cbcad4a6482107c7c7926df1608106c189417163428200ce357695cc7e01d091
383+
go_linux_arm64_SHA256SUM=47c84d332123883653b70da2db7dd57d2a865921ba4724efcdf56b5da7021db0
384+
go_darwin_amd64_SHA256SUM=d8b310b0b6bd6a630307579165cfac8a37571483c7d6804a10dd73bbefb0827f
385+
go_darwin_arm64_SHA256SUM=047bfce4fbd0da6426bd30cd19716b35a466b1c15a45525ce65b9824acb33285
386386

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

0 commit comments

Comments
 (0)