Skip to content

Commit ada7438

Browse files
Merge pull request #115 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 494ef44 + 9a48a9b commit ada7438

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: a41760517be419bce7cfc9c60746ce5d9c106ec0
13+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
18+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
23+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
28+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
33+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
38+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
43+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
48+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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: a41760517be419bce7cfc9c60746ce5d9c106ec0
53+
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
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
@@ -159,7 +159,7 @@ ADDITIONAL_TOOLS ?=
159159
tools += $(ADDITIONAL_TOOLS)
160160

161161
# https://go.dev/dl/
162-
VENDORED_GO_VERSION := 1.23.0
162+
VENDORED_GO_VERSION := 1.23.1
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=905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
378-
go_linux_arm64_SHA256SUM=62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659
379-
go_darwin_amd64_SHA256SUM=ffd070acf59f054e8691b838f274d540572db0bd09654af851e4e76ab88403dc
380-
go_darwin_arm64_SHA256SUM=b770812aef17d7b2ea406588e2b97689e9557aac7e646fe76218b216e2c51406
377+
go_linux_amd64_SHA256SUM=49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
378+
go_linux_arm64_SHA256SUM=faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f
379+
go_darwin_amd64_SHA256SUM=488d9e4ca3e3ed513ee4edd91bef3a2360c65fa6d6be59cf79640bf840130a58
380+
go_darwin_arm64_SHA256SUM=e223795ca340e285a760a6446ce57a74500b30e57469a4109961d36184d3c05a
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)