Run 'make upgrade-klone' and 'make generate'
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
parent
bfbe9fbc50
commit
9770794c1c
2
.github/workflows/govulncheck.yaml
vendored
2
.github/workflows/govulncheck.yaml
vendored
@ -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 }}
|
||||
|
||||
|
||||
2
.github/workflows/make-self-upgrade.yaml
vendored
2
.github/workflows/make-self-upgrade.yaml
vendored
@ -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 }}
|
||||
|
||||
|
||||
14
klone.yaml
14
klone.yaml
@ -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
|
||||
|
||||
@ -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 }}
|
||||
|
||||
|
||||
@ -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 }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user