Skip to content

Commit

Permalink
BOT: run 'make upgrade-klone' and 'make generate'
Browse files Browse the repository at this point in the history
Signed-off-by: cert-manager-bot <cert-manager-bot@users.noreply.github.com>
  • Loading branch information
cert-manager-bot committed May 9, 2024
1 parent 51704f2 commit 66e906f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ aliases:
- irbekrm
- sgtcodfish
- inteon
- thatsmrtalbot
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: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/cert-manager
- folder_name: executable
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/executable
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1
repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac
repo_path: modules/tools
1 change: 1 addition & 0 deletions make/_shared/repository-base/base/OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ aliases:
- irbekrm
- sgtcodfish
- inteon
- thatsmrtalbot
2 changes: 1 addition & 1 deletion make/_shared/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ADDITIONAL_TOOLS ?=
tools += $(ADDITIONAL_TOOLS)

# https://go.dev/dl/
VENDORED_GO_VERSION := 1.22.2
VENDORED_GO_VERSION := 1.22.3

# Print the go version which can be used in GH actions
.PHONY: print-go-version
Expand Down

0 comments on commit 66e906f

Please sign in to comment.