Skip to content

Commit cedf707

Browse files
Merge pull request #50 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents cfe3eff + 31878f8 commit cedf707

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ updates:
1515
groups:
1616
all-gh-actions:
1717
patterns: ["*"]
18+
labels:
19+
- dependencies
20+
- kind/cleanup
21+
- release-note-none
22+
- ok-to-test

klone.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: cd6cfc077a1d1655dff64675ae7e0d209c8ba901
12+
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
1313
repo_path: modules/boilerplate
1414
- folder_name: generate-verify
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: cd6cfc077a1d1655dff64675ae7e0d209c8ba901
17+
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
1818
repo_path: modules/generate-verify
1919
- folder_name: go
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: cd6cfc077a1d1655dff64675ae7e0d209c8ba901
22+
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
2323
repo_path: modules/go
2424
- folder_name: help
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: cd6cfc077a1d1655dff64675ae7e0d209c8ba901
27+
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
2828
repo_path: modules/help
2929
- folder_name: klone
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: cd6cfc077a1d1655dff64675ae7e0d209c8ba901
32+
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
3333
repo_path: modules/klone
3434
- folder_name: repository-base
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: cd6cfc077a1d1655dff64675ae7e0d209c8ba901
37+
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
3838
repo_path: modules/repository-base
3939
- folder_name: tools
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: cd6cfc077a1d1655dff64675ae7e0d209c8ba901
42+
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
4343
repo_path: modules/tools

make/_shared/go/01_mod.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ generate-go-mod-tidy: | $(NEEDS_GO)
5555
echo "Running 'go mod tidy' in directory '$${target}'"; \
5656
pushd "$${target}" >/dev/null; \
5757
$(GO) mod tidy || exit; \
58+
$(GO) get toolchain@none || exit; \
5859
popd >/dev/null; \
5960
echo ""; \
6061
done

make/_shared/repository-base/base-dependabot/.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ updates:
1515
groups:
1616
all-gh-actions:
1717
patterns: ["*"]
18+
labels:
19+
- dependencies
20+
- kind/cleanup
21+
- release-note-none
22+
- ok-to-test

0 commit comments

Comments
 (0)