Skip to content

Commit 3230eee

Browse files
Merge pull request #1684 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents 983fabe + 6570b99 commit 3230eee

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: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
13+
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
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: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
18+
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
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: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
23+
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
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: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
28+
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
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: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
33+
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
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: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
38+
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
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
@@ -172,7 +172,7 @@ ADDITIONAL_TOOLS ?=
172172
tools += $(ADDITIONAL_TOOLS)
173173

174174
# https://go.dev/dl/
175-
VENDORED_GO_VERSION := 1.24.2
175+
VENDORED_GO_VERSION := 1.24.3
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=68097bd680839cbc9d464a0edce4f7c333975e27a90246890e9f1078c7e702ad
399-
go_linux_arm64_SHA256SUM=756274ea4b68fa5535eb9fe2559889287d725a8da63c6aae4d5f23778c229f4b
400-
go_darwin_amd64_SHA256SUM=238d9c065d09ff6af229d2e3b8b5e85e688318d69f4006fb85a96e41c216ea83
401-
go_darwin_arm64_SHA256SUM=b70f8b3c5b4ccb0ad4ffa5ee91cd38075df20fdbd953a1daedd47f50fbcff47a
398+
go_linux_amd64_SHA256SUM=3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8
399+
go_linux_arm64_SHA256SUM=a463cb59382bd7ae7d8f4c68846e73c4d589f223c589ac76871b66811ded7836
400+
go_darwin_amd64_SHA256SUM=13e6fe3fcf65689d77d40e633de1e31c6febbdbcb846eb05fc2434ed2213e92b
401+
go_darwin_arm64_SHA256SUM=64a3fa22142f627e78fac3018ce3d4aeace68b743eff0afda8aae0411df5e4fb
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)