Skip to content

Commit

Permalink
Merge pull request #1550 from cert-manager/self-upgrade-master
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade-master into master
  • Loading branch information
cert-manager-prow[bot] committed Sep 11, 2024
2 parents 4b0b6fc + 79be9fa commit e1db5f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_path: modules/boilerplate
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_path: modules/generate-verify
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: a41760517be419bce7cfc9c60746ce5d9c106ec0
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
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: bc83f8e485d6a9bc300489026240666cea8566f3
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: bc83f8e485d6a9bc300489026240666cea8566f3
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: bc83f8e485d6a9bc300489026240666cea8566f3
repo_path: modules/tools
12 changes: 6 additions & 6 deletions make/_shared/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ tools += cmctl=v2.1.0
# https://pkg.go.dev/github.com/cert-manager/release/cmd/cmrel?tab=versions
tools += cmrel=e4c3a4dc07df5c7c0379d334c5bb00e172462551
# https://github.com/golangci/golangci-lint/releases
tools += golangci-lint=v1.60.1
tools += golangci-lint=v1.61.0
# https://pkg.go.dev/golang.org/x/vuln?tab=versions
tools += govulncheck=v1.1.3
# https://pkg.go.dev/github.com/operator-framework/operator-sdk/cmd/operator-sdk?tab=versions
Expand Down 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 e1db5f9

Please sign in to comment.