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 <[email protected]>
  • Loading branch information
cert-manager-bot committed Oct 31, 2024
1 parent 72eda37 commit 4ce5e78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-self-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ steps.go-version.outputs.result }}

Expand Down
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: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
repo_path: modules/boilerplate
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
repo_path: modules/generate-verify
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
repo_path: modules/tools

0 comments on commit 4ce5e78

Please sign in to comment.