Skip to content

Commit

Permalink
Merge pull request #115 from cert-manager/self-upgrade-main
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade-main into main
  • Loading branch information
cert-manager-prow[bot] authored Sep 6, 2024
2 parents 494ef44 + 9a48a9b commit ada7438
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/cert-manager
- folder_name: executable
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/executable
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: 0cd95bf3efc50f1a7bacd033ebfd3179b50bc038
repo_path: modules/tools
10 changes: 5 additions & 5 deletions make/_shared/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ADDITIONAL_TOOLS ?=
tools += $(ADDITIONAL_TOOLS)

# https://go.dev/dl/
VENDORED_GO_VERSION := 1.23.0
VENDORED_GO_VERSION := 1.23.1

# Print the go version which can be used in GH actions
.PHONY: print-go-version
Expand Down Expand Up @@ -374,10 +374,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
# File downloads #
##################

go_linux_amd64_SHA256SUM=905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
go_linux_arm64_SHA256SUM=62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659
go_darwin_amd64_SHA256SUM=ffd070acf59f054e8691b838f274d540572db0bd09654af851e4e76ab88403dc
go_darwin_arm64_SHA256SUM=b770812aef17d7b2ea406588e2b97689e9557aac7e646fe76218b216e2c51406
go_linux_amd64_SHA256SUM=49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
go_linux_arm64_SHA256SUM=faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f
go_darwin_amd64_SHA256SUM=488d9e4ca3e3ed513ee4edd91bef3a2360c65fa6d6be59cf79640bf840130a58
go_darwin_arm64_SHA256SUM=e223795ca340e285a760a6446ce57a74500b30e57469a4109961d36184d3c05a

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

0 comments on commit ada7438

Please sign in to comment.