Skip to content

Commit

Permalink
Merge pull request #103 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 Oct 2, 2024
2 parents 0d29eae + a39f62b commit c426d47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,65 +10,65 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/go
- folder_name: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/helm
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/klone
- folder_name: oci-build
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/oci-build
- folder_name: oci-publish
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/oci-publish
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
repo_hash: 279334d152866c753421232cf237dab891fbaf5f
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.1
VENDORED_GO_VERSION := 1.23.2

# 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=49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
go_linux_arm64_SHA256SUM=faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f
go_darwin_amd64_SHA256SUM=488d9e4ca3e3ed513ee4edd91bef3a2360c65fa6d6be59cf79640bf840130a58
go_darwin_arm64_SHA256SUM=e223795ca340e285a760a6446ce57a74500b30e57469a4109961d36184d3c05a
go_linux_amd64_SHA256SUM=542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e
go_linux_arm64_SHA256SUM=f626cdd92fc21a88b31c1251f419c17782933a42903db87a174ce74eeecc66a9
go_darwin_amd64_SHA256SUM=445c0ef19d8692283f4c3a92052cc0568f5a048f4e546105f58e991d4aea54f5
go_darwin_arm64_SHA256SUM=d87031194fe3e01abdcaf3c7302148ade97a7add6eac3fec26765bcb3207b80f

.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 c426d47

Please sign in to comment.