Skip to content

Commit c7f61ed

Browse files
Merge pull request cert-manager#7241 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents 0557657 + c3621f0 commit c7f61ed

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.golangci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ linters:
4141
- errcheck
4242
- errchkjson
4343
- errname
44-
- execinquery
4544
- exhaustive
4645
- exportloopref
4746
- forbidigo

klone.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 0f914db606efb73c8ca5d1b1d52d92adffcb81ce
13+
repo_hash: 3208b2ac532c12c777df71eae416093e237f42c3
1414
repo_path: modules/boilerplate
1515
- folder_name: generate-verify
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 0f914db606efb73c8ca5d1b1d52d92adffcb81ce
18+
repo_hash: 3208b2ac532c12c777df71eae416093e237f42c3
1919
repo_path: modules/generate-verify
2020
- folder_name: go
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 0f914db606efb73c8ca5d1b1d52d92adffcb81ce
23+
repo_hash: 3208b2ac532c12c777df71eae416093e237f42c3
2424
repo_path: modules/go
2525
- folder_name: help
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 0f914db606efb73c8ca5d1b1d52d92adffcb81ce
28+
repo_hash: 3208b2ac532c12c777df71eae416093e237f42c3
2929
repo_path: modules/help
3030
- folder_name: klone
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 0f914db606efb73c8ca5d1b1d52d92adffcb81ce
33+
repo_hash: 3208b2ac532c12c777df71eae416093e237f42c3
3434
repo_path: modules/klone
3535
- folder_name: repository-base
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 0f914db606efb73c8ca5d1b1d52d92adffcb81ce
38+
repo_hash: 3208b2ac532c12c777df71eae416093e237f42c3
3939
repo_path: modules/repository-base
4040
- folder_name: tools
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 0f914db606efb73c8ca5d1b1d52d92adffcb81ce
43+
repo_hash: 3208b2ac532c12c777df71eae416093e237f42c3
4444
repo_path: modules/tools

make/_shared/go/.golangci.override.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ linters:
1414
- errcheck
1515
- errchkjson
1616
- errname
17-
- execinquery
1817
- exhaustive
1918
- exportloopref
2019
- forbidigo

0 commit comments

Comments
 (0)