Run 'make upgrade-klone' and 'make generate'

Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Tim Ramlot 2024-07-18 15:50:59 +02:00
parent bfbe9fbc50
commit 9770794c1c
No known key found for this signature in database
GPG Key ID: 47428728E0C2878D
5 changed files with 11 additions and 11 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ steps.go-version.outputs.result }}

View File

@ -36,7 +36,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ steps.go-version.outputs.result }}

View File

@ -10,35 +10,35 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: c7196db7408933e9b36216373749652454a2d3a9
repo_hash: 7200a66ad8f9488094e3ca72b06b9c0768323286
repo_path: modules/boilerplate
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: c7196db7408933e9b36216373749652454a2d3a9
repo_hash: 7200a66ad8f9488094e3ca72b06b9c0768323286
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: c7196db7408933e9b36216373749652454a2d3a9
repo_hash: 7200a66ad8f9488094e3ca72b06b9c0768323286
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: c7196db7408933e9b36216373749652454a2d3a9
repo_hash: 7200a66ad8f9488094e3ca72b06b9c0768323286
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: c7196db7408933e9b36216373749652454a2d3a9
repo_hash: 7200a66ad8f9488094e3ca72b06b9c0768323286
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: c7196db7408933e9b36216373749652454a2d3a9
repo_hash: 7200a66ad8f9488094e3ca72b06b9c0768323286
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: c7196db7408933e9b36216373749652454a2d3a9
repo_hash: 7200a66ad8f9488094e3ca72b06b9c0768323286
repo_path: modules/tools

View File

@ -24,7 +24,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ steps.go-version.outputs.result }}

View File

@ -36,7 +36,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ steps.go-version.outputs.result }}