Merge pull request #7185 from cert-manager/self-upgrade-master

[CI] Self-upgrade merging self-upgrade-master into master
This commit is contained in:
cert-manager-prow[bot] 2024-07-18 14:25:09 +00:00 committed by GitHub
commit aba3f6a4f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 }}